Podfile 769 B

12345678910111213141516171819202122232425262728293031
  1. # Uncomment this line to define a global platform for your project
  2. platform :ios, '11.0'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. target 'Inhealth' do
  5. # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  6. use_frameworks!
  7. inhibit_all_warnings!
  8. pod 'Charts','3.4.0'
  9. pod 'ESPullToRefresh'
  10. pod 'IQKeyboardManagerSwift'
  11. #pod 'JXCategoryView'
  12. pod 'Kingfisher'
  13. pod 'Moya'
  14. #pod 'Moya/RxSwift'
  15. pod 'PKHUD'
  16. #pod 'RxCocoa'
  17. pod 'SwifterSwift'
  18. pod 'SwiftPopup'
  19. pod 'SwiftyJSON'
  20. pod 'Toast-Swift'
  21. pod 'XCGLogger'
  22. #pod 'JXPagingView/Pager'
  23. pod 'JXSegmentedView'
  24. pod 'JXPagingView/Paging'
  25. pod 'TKSwitcherCollection'
  26. pod 'SwipeCellKit'
  27. pod 'AFNetworking'
  28. pod 'IBAnimatable'
  29. pod 'Starscream'
  30. pod "TDAppMonitorKit"
  31. end