1234567891011121314151617181920212223242526 |
- # 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!
- pod 'Charts'
- pod 'ESPullToRefresh'
- pod 'XCGLogger', '~> 4.0.0'
- pod 'Moya', '8.0.0'
- pod 'Moya/RxSwift'
- pod 'RxCocoa', '~> 3.0'
- pod 'SwiftyJSON'
- pod 'PKHUD', '~> 4.0'
- pod 'Reusable', '~> 3.0.0'
- pod 'Toast-Swift', '~> 2.0.0'
- pod 'SnapKit', '~> 3.1.2'
- pod 'ActionSheetPicker-3.0'
- pod 'Kingfisher', '~> 3.0'
- pod 'IQKeyboardManagerSwift', '4.0.6'
- pod 'SwiftyUserDefaults'
- pod 'NSObject+Rx'
- pod 'SwifterSwift'
- pod 'IBLocalizable'
- end
|