Podfile 375 B

123456789101112131415161718
  1. platform :ios, '11.0'
  2. source 'https://github.com/CocoaPods/Specs.git'
  3. target 'SolarStation' do
  4. use_frameworks!
  5. inhibit_all_warnings!
  6. pod 'XCGLogger'
  7. pod 'SwifterSwift'
  8. pod 'Toast-Swift'
  9. pod 'Moya'
  10. pod 'SwiftyJSON'
  11. pod 'IQKeyboardManagerSwift'
  12. pod 'PKHUD'
  13. pod 'SnapKit'
  14. pod 'SwiftyUserDefaults'
  15. pod 'SwifterSwift'
  16. pod 'Charts'
  17. pod 'Kingfisher'
  18. end