Podfile 847 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'upAPP' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. # Pods for upAPP
  7. target 'upAPPTests' do
  8. inherit! :search_paths
  9. # Pods for testing
  10. end
  11. target 'upAPPUITests' do
  12. inherit! :search_paths
  13. # Pods for testing
  14. end
  15. pod 'MJExtension', '~> 3.0.13'
  16. pod 'AFNetworking', '~> 3.1.0'
  17. pod 'SDWebImage', '~> 4.3.3'
  18. pod 'Masonry', '~> 1.1.0'
  19. pod 'MBProgressHUD', '~> 1.1.0'
  20. pod 'MJRefresh', '~> 3.1.15.3'
  21. pod 'WHKit', '~> 1.3.4'
  22. pod 'SDCycleScrollView', '~> 1.75'
  23. pod 'SVProgressHUD', '~> 2.2.5'
  24. pod 'MBProgressHUD', '~> 1.1.0'
  25. pod 'BaiduMapKit', '~> 3.4.4'
  26. pod 'IQKeyboardManager'
  27. pod 'DACircularProgress'
  28. pod 'ACAlertController'
  29. pod 'AliyunOSSiOS'
  30. end