Podfile 656 B

123456789101112131415161718192021222324252627282930
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '11.0'
  3. target 'LampMind' do
  4. # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  5. use_frameworks!
  6. inhibit_all_warnings!
  7. pod 'Charts'
  8. pod 'ESPullToRefresh'
  9. pod 'IQKeyboardManagerSwift'
  10. pod 'JXCategoryView'
  11. pod 'Kingfisher'
  12. pod 'Moya'
  13. pod 'PKHUD'
  14. pod 'Starscream'
  15. pod 'SwifterSwift'
  16. pod 'SwiftPopup'
  17. pod 'SwiftyJSON'
  18. pod 'Toast-Swift'
  19. pod 'XCGLogger'
  20. pod 'AMapSearch-NO-IDFA'
  21. pod 'AMapLocation-NO-IDFA'
  22. pod 'AMap3DMap-NO-IDFA'
  23. #pod 'EZUIKit'
  24. #pod 'EZOpenSDK'
  25. pod 'RxCocoa'
  26. pod 'Moya/RxSwift'
  27. pod 'Alamofire'
  28. end