blob: 27612f974c07cc6712b3c856a922cd01b86e35e8 [file] [log] [blame]
{
"name": "RxSonosLib",
"version": "0.5.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.5.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"
]
}
}