Podfile 687 B

1234567891011121314151617181920212223242526
  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. pod 'Charts'
  7. pod 'ESPullToRefresh'
  8. pod 'XCGLogger', '~> 4.0.0'
  9. pod 'Moya', '8.0.0'
  10. pod 'Moya/RxSwift'
  11. pod 'RxCocoa', '~> 3.0'
  12. pod 'SwiftyJSON'
  13. pod 'PKHUD', '~> 4.0'
  14. pod 'Reusable', '~> 3.0.0'
  15. pod 'Toast-Swift', '~> 2.0.0'
  16. pod 'SnapKit', '~> 3.1.2'
  17. pod 'ActionSheetPicker-3.0'
  18. pod 'Kingfisher', '~> 3.0'
  19. pod 'IQKeyboardManagerSwift', '4.0.6'
  20. pod 'SwiftyUserDefaults'
  21. pod 'NSObject+Rx'
  22. pod 'SwifterSwift'
  23. pod 'IBLocalizable'
  24. end