123456789101112131415161718192021222324252627282930313233 |
- # Uncomment this line to define a global platform for your project
- # platform :ios, '9.0'
- target 'SolarLamp' 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 'XCGLogger'
- pod 'Moya'
- pod 'Moya/RxSwift'
- pod 'RxCocoa'
- pod 'SwiftyJSON'
- pod 'PKHUD'
- pod 'Reusable'
- pod 'Toast-Swift'
- pod 'SnapKit'
- pod 'ActionSheetPicker-3.0'
- pod 'Kingfisher'
- pod 'IQKeyboardManagerSwift'
- pod 'SwiftyUserDefaults'
- pod 'NSObject+Rx'
- pod 'SwifterSwift'
- pod 'IBLocalizable'
- #pod 'Fabric'
- pod 'BarcodeScanner'
- # pod 'Crashlytics'
- pod 'MKRingProgressView'
- pod 'Result'
- pod 'AFNetworking'
- pod 'Starscream'
- end
|