Podfile 720 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '12.0'
  3. target '隐私保护' do
  4. pod 'Masonry'
  5. pod 'AFNetworking'
  6. #pod 'RealReachability'
  7. pod 'MJExtension'
  8. #pod 'MJRefresh'
  9. pod 'HUPhotoBrowser'
  10. #pod 'MBProgressHUD'
  11. pod 'TZImagePickerController'
  12. pod 'IQKeyboardManager'
  13. pod 'SDWebImage'
  14. pod 'JQImagePicker'
  15. #pod 'ZFPlayer', '~> 4.0'
  16. #pod 'ZFPlayer/ControlView', '~> 4.0'
  17. #pod 'ZFPlayer/AVPlayer', '~> 4.0'
  18. pod 'RayProxy', :path => './RayProxy'
  19. pod 'CocoaAsyncSocket'
  20. target '双子星云手机Tests' do
  21. inherit! :search_paths
  22. # Pods for testing
  23. end
  24. target '双子星云手机UITests' do
  25. # Pods for testing
  26. end
  27. end