Podfile 756 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. pod "PLeakSniffer"
  21. pod 'Bugly'
  22. target '双子星云手机Tests' do
  23. inherit! :search_paths
  24. # Pods for testing
  25. end
  26. target '双子星云手机UITests' do
  27. # Pods for testing
  28. end
  29. end