123456789101112131415161718192021222324252627 |
- platform :ios, ‘8.0’
- target ‘MMProject’ do
- pod 'YYCategories'
- pod 'MBProgressHUD'
- pod 'AFNetworking'
- pod 'SDWebImage', '3.7.3',:inhibit_warnings => true
- pod 'MJRefresh',:inhibit_warnings => true
- pod 'Masonry'
- pod 'YYModel',:inhibit_warnings => true
- pod 'FMDB'
- pod 'IQKeyboardManager'
- pod 'Bugly'
- pod 'UMengAnalytics'
- pod 'UMengUShare/Social/WeChat'
- pod 'UMengUShare/Social/QQ'
- pod 'UMengUShare/UI'
- pod 'PGDatePicker', '1.5.12',:inhibit_warnings => true
- pod 'PGPickerView', '1.3.3',:inhibit_warnings => true
- pod 'MJExtension'
- pod 'BlocksKit'
- pod 'ReactiveCocoa','2.4.7'
- pod 'XHLaunchAd'
- #pod 'Bytedance-UnionAD'
- end
|