podfile 588 B

1234567891011121314151617181920212223242526272829
  1. platform :ios,'8.0'
  2. target 'YouPu' do
  3. xcodeproj 'YouPu.xcodeproj'
  4. pod 'MJExtension', '~> 3.0.13'
  5. pod 'AFNetworking', '~> 3.1.0'
  6. pod 'SDWebImage', '~> 4.3.3'
  7. pod 'Masonry', '~> 1.1.0'
  8. pod 'MBProgressHUD', '~> 1.1.0'
  9. pod 'MJRefresh', '~> 3.1.15.3'
  10. pod 'BaiduMapKit', '~> 3.4.4'
  11. pod 'WHKit', '~> 1.3.4'
  12. pod 'SDCycleScrollView', '~> 1.75'
  13. pod 'SVProgressHUD', '~> 2.2.5'
  14. pod 'MBProgressHUD', '~> 1.1.0'
  15. pod 'RongCloudIM/IMKit', '~> 2.10.4'
  16. pod 'RongCloudIM/IMLib', '~> 2.10.4'
  17. pod 'FMDB'
  18. pod 'IQKeyboardManager'
  19. pod 'ACAlertController'
  20. pod 'DACircularProgress'
  21. pod 'AliyunOSSiOS'
  22. end