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

3

4 5
target 'Lighting' do 

6
    pod 'SAMKeychain', '~> 1.5.2'
7 8
    pod 'WYPopoverController', '~> 0.3.9'
    pod 'FDFullscreenPopGesture'
9
    pod 'MWPhotoBrowser', '~> 2.1.2'
10
    pod 'MBProgressHUD', '~> 0.9.2'
11
    pod 'IQKeyboardManager', '~> 4.0.7'
12
    pod 'MMDrawerController', '~> 0.6.0'
13 14 15 16 17 18 19 20 21 22
    pod 'Masonry'
    pod 'MJRefresh', '~> 3.1.12'
    pod 'SDWebImage'
    pod 'AFNetworking', '~> 3.1.0'
    pod 'JSONModel', '~> 1.2.0'
    pod 'UMengSocial'
    pod 'DZNEmptyDataSet'
    pod 'Bugly'
    pod 'UMengAnalytics', '~> 4.1.2'
    pod 'PNChart', '~> 0.8.9'
23
    pod 'AliyunOSSiOS', '~> 2.6.0'
24
    pod 'PNChart', '~> 0.8.9'
25 26

end