| { |
| "name": "RxWebAPIKit", |
| "version": "0.1.0", |
| "summary": "Rx extensions for WebAPIKit", |
| "description": "RxSwift extension methods for WebAPIKit", |
| "homepage": "https://github.com/WebAPIKit/RxWebAPIKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Evan Liu": "evancoding@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/WebAPIKit/RxWebAPIKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "Sources/**/*", |
| "dependencies": { |
| "WebAPIKit": [ |
| "~> 0.1" |
| ], |
| "RxSwift": [ |
| "~> 3.4" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |