| { |
| "name": "RxCocoaNetworking", |
| "version": "0.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "A Moya-inspired, RxTest-testable networking framework built on top of RxCocoa", |
| "homepage": "https://github.com/gobetti/RxCocoaNetworking", |
| "social_media_url": "https://twitter.com/mwgobetti", |
| "authors": { |
| "Marcelo Gobetti": "mwgobetti@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/gobetti/RxCocoaNetworking.git", |
| "tag": "v0.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "tvos": "10.0", |
| "watchos": "3.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "dependencies": { |
| "RxCocoa": [ |
| "~> 4.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "Foundation" |
| } |
| ] |
| } |