12345678910111213141516171819202122232425262728293031 |
- # Uncomment this line to define a global platform for your project
- platform :ios, '11.0'
- source 'https://github.com/CocoaPods/Specs.git'
- target 'Inhealth' do
- # Comment this line if you're not using Swift and don't want to use dynamic frameworks
- use_frameworks!
- inhibit_all_warnings!
- pod 'Charts','3.4.0'
- pod 'ESPullToRefresh'
- pod 'IQKeyboardManagerSwift'
- #pod 'JXCategoryView'
- pod 'Kingfisher'
- pod 'Moya'
- #pod 'Moya/RxSwift'
- pod 'PKHUD'
- #pod 'RxCocoa'
- pod 'SwifterSwift'
- pod 'SwiftPopup'
- pod 'SwiftyJSON'
- pod 'Toast-Swift'
- pod 'XCGLogger'
- #pod 'JXPagingView/Pager'
- pod 'JXSegmentedView'
- pod 'JXPagingView/Paging'
- pod 'TKSwitcherCollection'
- pod 'SwipeCellKit'
- pod 'AFNetworking'
- pod 'IBAnimatable'
- pod 'Starscream'
- pod "TDAppMonitorKit"
- end
|