podfile 863 Bytes
Newer Older
曹云霄's avatar
曹云霄 committed
1
platform:ios,'9.0'
勾芒's avatar
勾芒 committed
2

3 4 5 6
target 'Lighting' do 

    pod 'WYPopoverController', '~> 0.3.9'
    pod 'FDFullscreenPopGesture'
7
    pod 'MWPhotoBrowser', '~> 2.1.2'
8
    pod 'MBProgressHUD', '~> 0.9.2'
9
    pod 'IQKeyboardManager', '~> 4.0.7'
10
    pod 'MMDrawerController', '~> 0.6.0'
11 12 13 14 15
    pod 'Masonry'
    pod 'MJRefresh', '~> 3.1.12'
    pod 'SDWebImage'
    pod 'AFNetworking', '~> 3.1.0'
    pod 'JSONModel', '~> 1.2.0'
16 17
    pod 'UMengUShare/Social/ReducedWeChat'
    pod 'UMengUShare/Social/ReducedSina'
18 19
    pod 'DZNEmptyDataSet'
    pod 'PNChart', '~> 0.8.9'
20
    pod 'AliyunOSSiOS', '~> 2.6.0'
21
    pod 'PNChart', '~> 0.8.9'
22 23 24
    pod 'JPush', '~> 3.0.1'
    pod 'WZLBadge', '~> 1.2.5'
    pod 'UITableView+FDTemplateLayoutCell', '~> 1.5.beta'
25
    pod 'YXAlertController', '~> 1.0.1'
曹云霄's avatar
曹云霄 committed
26
    pod 'iCarousel', '~> 1.8.3'
27
    pod 'UMengAnalytics'
28
    pod 'Bugly', '~> 2.4.7'
29 30

end