Podfile 865 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '12.0'
  3. def all_Pods
  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. pod 'lottie-ios-OC'
  23. pod 'JJException'
  24. end
  25. target '隐私保护' do
  26. all_Pods
  27. target '双子星云手机Tests' do
  28. inherit! :search_paths
  29. # Pods for testing
  30. end
  31. target '双子星云手机UITests' do
  32. # Pods for testing
  33. end
  34. end
  35. target '计算器' do
  36. all_Pods
  37. end