Podfile 658 B

12345678910111213141516171819202122232425262728293031323334
  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. target '双子星云手机Tests' do
  19. inherit! :search_paths
  20. # Pods for testing
  21. end
  22. target '双子星云手机UITests' do
  23. # Pods for testing
  24. end
  25. end