Podfile 583 B

12345678910111213141516171819202122232425262728
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'shiku_im' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. pod 'MJRefresh'
  7. pod 'MJExtension'
  8. # pod 'MBProgressHUD'
  9. pod 'AFNetworking'
  10. pod 'FMDB'
  11. pod 'Bugtags'
  12. pod 'WechatOpenSDK'
  13. pod 'SVProgressHUD'
  14. pod 'ReactiveObjC'
  15. pod 'Masonry'
  16. pod 'IQKeyboardManager'
  17. pod 'AliPay'
  18. pod 'pop'
  19. pod 'TZImagePickerController'
  20. pod 'EGOCache'
  21. pod 'SDWebImage'=>'4.4.6'
  22. pod 'HMSegmentedControl'
  23. end