| { |
| "name": "RxSonosLib", |
| "version": "0.3.0", |
| "license": { |
| "type": "Apache-2.0" |
| }, |
| "homepage": "https://github.com/stefanrenne/RxSonosLib", |
| "authors": { |
| "Stefan Renne": "info@stefanrenne.nl" |
| }, |
| "summary": "RxSwift library that simplifies interacting with Sonos Devices", |
| "source": { |
| "git": "https://github.com/stefanrenne/RxSonosLib.git", |
| "tag": "0.3.0" |
| }, |
| "swift_version": "4.1", |
| "platforms": { |
| "ios": "10.0", |
| "tvos": "10.0", |
| "osx": "10.12" |
| }, |
| "requires_arc": true, |
| "source_files": "RxSonosLib/Framework/**/*.swift", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.1" |
| ], |
| "RxCocoa": [ |
| "~> 4.1" |
| ], |
| "RxSSDP": [ |
| "~> 4.1" |
| ], |
| "AEXML": [ |
| "~> 4.2" |
| ] |
| } |
| } |