blob: af615c914b21856e211b98e9c4ebcc45bd01426d [file] [log] [blame]
{
"name": "RxSSDP",
"version": "4.2.1",
"license": {
"type": "Apache-2.0"
},
"homepage": "https://github.com/stefanrenne/RxSSDP",
"authors": {
"Stefan Renne": "info@stefanrenne.nl"
},
"summary": "A clean reactive SSDP client, based on UDPBroadcastConnection",
"source": {
"git": "https://github.com/stefanrenne/RxSSDP.git",
"tag": "4.2.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "4.0"
},
"requires_arc": true,
"source_files": [
"RxSSDP/*.swift",
"RxSSDP/SwiftSSDPClient/*.swift"
],
"dependencies": {
"RxSwift": [
"~> 4.4"
]
}
}