blob: 278c48006aebaaae1671f398ad9b210b9b35fdb7 [file] [log] [blame]
{
"name": "RxSonosLib",
"version": "0.13.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.13.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "4.0"
},
"requires_arc": true,
"source_files": "RxSonosLib/Framework/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.4"
],
"RxSSDP": [
"~> 4.2"
],
"AEXML": [
"~> 4.3"
]
}
}