Podfile 753 B

123456789101112131415161718192021222324252627282930313233
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'SolarLamp' 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 'XCGLogger'
  10. pod 'Moya'
  11. pod 'Moya/RxSwift'
  12. pod 'RxCocoa'
  13. pod 'SwiftyJSON'
  14. pod 'PKHUD'
  15. pod 'Reusable'
  16. pod 'Toast-Swift'
  17. pod 'SnapKit'
  18. pod 'ActionSheetPicker-3.0'
  19. pod 'Kingfisher'
  20. pod 'IQKeyboardManagerSwift'
  21. pod 'SwiftyUserDefaults'
  22. pod 'NSObject+Rx'
  23. pod 'SwifterSwift'
  24. pod 'IBLocalizable'
  25. #pod 'Fabric'
  26. pod 'BarcodeScanner'
  27. # pod 'Crashlytics'
  28. pod 'MKRingProgressView'
  29. pod 'Result'
  30. pod 'AFNetworking'
  31. pod 'Starscream'
  32. end