123456789101112131415161718192021222324252627282930 |
- # Uncomment this line to define a global platform for your project
- # platform :ios, '11.0'
- target 'LampMind' 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'
- pod 'ESPullToRefresh'
- pod 'IQKeyboardManagerSwift'
- pod 'JXCategoryView'
- pod 'Kingfisher'
- pod 'Moya'
- pod 'PKHUD'
- pod 'Starscream'
- pod 'SwifterSwift'
- pod 'SwiftPopup'
- pod 'SwiftyJSON'
- pod 'Toast-Swift'
- pod 'XCGLogger'
- pod 'AMapSearch-NO-IDFA'
- pod 'AMapLocation-NO-IDFA'
- pod 'AMap3DMap-NO-IDFA'
- #pod 'EZUIKit'
- #pod 'EZOpenSDK'
- pod 'RxCocoa'
- pod 'Moya/RxSwift'
- pod 'Alamofire'
- end
|