Podfile 489 B

123456789101112131415161718192021222324252627282930313233
  1. platform :ios,'8.0'
  2. target 'ZhongJingLianMeng' do
  3. pod 'MJExtension', '~> 3.0.13'
  4. pod 'AFNetworking', '~> 3.1.0'
  5. pod 'SDWebImage', '~> 4.3.3'
  6. pod 'Masonry', '~> 1.1.0'
  7. pod 'MJRefresh', '~> 3.1.15.3'
  8. pod 'WHKit', '~> 1.3.4'
  9. pod 'SDCycleScrollView', '~> 1.75'
  10. pod 'SVProgressHUD', '~> 2.2.5'
  11. pod 'MBProgressHUD', '~> 1.1.0'
  12. pod 'BaiduMapKit', '~> 3.4.4'
  13. pod 'ACAlertController', '~> 1.0.0'
  14. pod 'DACircularProgress'
  15. pod 'IQKeyboardManager'
  16. pod 'AliyunOSSiOS', '~> 2.10.6'
  17. end