| { |
| "name": "SLCore", |
| "version": "0.0.1", |
| "summary": "The RxSwift-based viper framework", |
| "description": "This is a framework based on rxswift and moya, which is currently under development and has only a few basic features but is already a very good MVVM framework", |
| "homepage": "https://github.com/Sanchew/SLCore", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sanchew": "sanchew@mail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/sanchew/SLCore.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SLCore/Sources/**/*.swift", |
| "requires_arc": true, |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.0" |
| ], |
| "RxCocoa": [ |
| "~> 4.0" |
| ], |
| "RxDataSources": [ |
| "~> 3.0" |
| ], |
| "RxOptional": [ |
| "~> 3.3" |
| ], |
| "RxFeedback": [ |
| "~> 1.0" |
| ], |
| "Moya/RxSwift": [ |
| "~> 10.0" |
| ], |
| "Kingfisher": [ |
| "~> 4.3" |
| ], |
| "MJRefresh": [ |
| "~> 3.1" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "4.0" |
| } |