1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
platform:ios,'9.0'
abstract_target 'Lighting_base' do
pod 'WYPopoverController', '~> 0.3.9'
pod 'FDFullscreenPopGesture'
pod 'MWPhotoBrowser', '~> 2.1.2'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'IQKeyboardManager', '~> 4.0.7'
pod 'MMDrawerController', '~> 0.6.0'
pod 'Masonry'
pod 'MJRefresh', '~> 3.1.12'
pod 'SDWebImage'
pod 'AFNetworking', '~> 3.1.0'
pod 'JSONModel', '~> 1.7.0'
pod 'UMengUShare/Social/ReducedWeChat'
pod 'UMengUShare/Social/ReducedSina'
pod 'DZNEmptyDataSet'
pod 'PNChart', '~> 0.8.9'
pod 'AliyunOSSiOS', '~> 2.6.0'
pod 'PNChart', '~> 0.8.9'
pod 'JPush', '~> 3.0.1'
pod 'WZLBadge', '~> 1.2.5'
pod 'UITableView+FDTemplateLayoutCell', '~> 1.6'
pod 'YXAlertController', '~> 1.0.7'
pod 'iCarousel', '~> 1.8.3'
pod 'UMengAnalytics'
pod 'Bugly', '~> 2.4.7'
pod 'YXKit', '~> 0.0.5'
pod 'YXPickerView', '~> 0.0.3’
target 'Lighting' do
end
target 'LightingDev' do
end
target 'LightingDis' do
end
end