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

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

38 39

end