| { |
| "name": "Moya-X", |
| "version": "0.3.2", |
| "summary": "Moya extensions", |
| "description": "Core: extensions for [Moya](https://github.com/Moya/Moya)\nJSONMappable: JSON<->Model [SwiftyJSON-X](https://github.com/ApterKing/SwiftyJSON-X)", |
| "homepage": "https://github.com/ApterKing/Moya-X", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ApterKing": "wangcccong@outlook.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/ApterKing/Moya-X.git", |
| "tag": "0.3.2" |
| }, |
| "frameworks": "Foundation", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Core/*.swift", |
| "dependencies": { |
| "Moya/RxSwift": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "JSONMappable", |
| "source_files": "JSONMappable/*.swift", |
| "dependencies": { |
| "Moya/RxSwift": [ |
| |
| ], |
| "SwiftyJSON-X": [ |
| |
| ] |
| } |
| } |
| ] |
| } |