blob: 690777b073edb26d3391fe693fafd0a3d9b1c5db [file] [log] [blame]
{
"name": "RxSSDP",
"version": "4.1.6",
"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.1.6"
},
"swift_version": "4.1",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12"
},
"requires_arc": true,
"source_files": [
"RxSSDP/*.swift",
"RxSSDP/SwiftSSDPClient/*.swift"
],
"frameworks": "SystemConfiguration",
"dependencies": {
"RxSwift": [
"~> 4.2"
]
}
}