blob: abf3ead8e41e1ec242ebd3c3c632948ad59ee18f [file] [log] [blame]
{
"name": "RxSSDP",
"version": "5.0.3",
"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": "5.0.3"
},
"swift_versions": "5.0",
"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": [
"~> 5"
]
},
"swift_version": "5.0"
}