blob: 5ad5faada118191afebb1a71fc6b2421d3ca4739 [file] [log] [blame]
{
"name": "RxSSDP",
"version": "5.0.2",
"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.2"
},
"swift_version": "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": [
"~> 4.5"
]
}
}