Podfile 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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'
  16. #pod 'ZFPlayer/ControlView'
  17. #pod 'ZFPlayer/AVPlayer'
  18. #pod 'ZFPlayer/ijkplayer'
  19. pod 'RayProxy', :path => './RayProxy'
  20. pod 'CocoaAsyncSocket'
  21. pod "PLeakSniffer"
  22. pod 'Bugly'
  23. pod 'lottie-ios-OC'
  24. pod 'JJException'
  25. pod 'WechatOpenSDK'
  26. pod 'SDCycleScrollView','>= 1.82'
  27. #pod 'YCDownloadSession'
  28. pod 'SSZipArchive'
  29. end
  30. target '隐私保护' do
  31. all_Pods
  32. target '双子星云手机Tests' do
  33. inherit! :search_paths
  34. # Pods for testing
  35. end
  36. target '双子星云手机UITests' do
  37. # Pods for testing
  38. end
  39. end
  40. target '计算器' do
  41. all_Pods
  42. end