123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- platform :ios, '9.0'
- source 'https://github.com/CocoaPods/Specs.git'
- inhibit_all_warnings!
- target 'smartRhino' do
-
- use_frameworks!
- pod 'AFNetworking'
- pod 'ZFPlayer'
- pod 'ZFPlayer/ControlView'
- pod 'ZFPlayer/AVPlayer'
- pod 'SDWebImage'
- pod 'LZImageBrowser'
- pod 'FLAnimatedImage'
- pod 'BRPickerView'
- pod 'YYModel'
- pod 'SLBannerView'
- pod 'FMDB'
- pod 'MJRefresh'
- pod 'Masonry'
- pod 'Hyphenate'
- pod 'TZImagePickerController'
- pod 'SDCycleScrollView'
- pod 'MOFSPickerManager'
- pod 'FDFullscreenPopGesture', '1.1'
- pod 'SVProgressHUD'
- pod 'PGDatePicker'
- pod 'JPush'
- pod 'IQKeyboardManager'
- pod 'MBProgressHUD'
- pod 'FLAnimatedImage'
- pod 'UMCCommon'
- pod 'UMCSecurityPlugins'
- pod 'UMCShare/Social/WeChat'
- pod 'UMCShare/Social/QQ'
- pod 'UMCShare/Social/Sina'
- end
|