| 12345678910111213141516171819202122232425262728 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'shiku_im' do
- # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
- # use_frameworks!
- pod 'MJRefresh'
- pod 'MJExtension'
- # pod 'MBProgressHUD'
- pod 'AFNetworking'
- pod 'FMDB'
- pod 'Bugtags'
- pod 'WechatOpenSDK'
- pod 'SVProgressHUD'
- pod 'ReactiveObjC'
- pod 'Masonry'
- pod 'IQKeyboardManager'
- pod 'AliPay'
- pod 'pop'
- pod 'TZImagePickerController'
- pod 'EGOCache'
- pod 'SDWebImage'=>'4.4.6'
- pod 'HMSegmentedControl'
- end
|