podfile 801 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 16 17 18
    pod 'Masonry'
    pod 'MJRefresh', '~> 3.1.12'
    pod 'SDWebImage'
    pod 'AFNetworking', '~> 3.1.0'
    pod 'JSONModel', '~> 1.2.0'
    pod 'UMengSocial'
    pod 'DZNEmptyDataSet'
    pod 'PNChart', '~> 0.8.9'
19
    pod 'AliyunOSSiOS', '~> 2.6.0'
20
    pod 'PNChart', '~> 0.8.9'
21 22 23
    pod 'JPush', '~> 3.0.1'
    pod 'WZLBadge', '~> 1.2.5'
    pod 'UITableView+FDTemplateLayoutCell', '~> 1.5.beta'
24
    pod 'YXAlertController', '~> 1.0.1'
曹云霄's avatar
曹云霄 committed
25
    pod 'iCarousel', '~> 1.8.3'
26
    pod 'UMengAnalytics'
27
    pod 'Bugly', '~> 2.4.7'
28 29

end