[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 8 / 4 / RxSSDP / 4.2.0 / RxSSDP.podspec.json
blobedb298e6a56f5e8a83c4a8d8f7e62cc3ef6283c6
2   "name": "RxSSDP",
3   "version": "4.2.0",
4   "license": {
5     "type": "Apache-2.0"
6   },
7   "homepage": "https://github.com/stefanrenne/RxSSDP",
8   "authors": {
9     "Stefan Renne": "info@stefanrenne.nl"
10   },
11   "summary": "A clean reactive SSDP client, based on UDPBroadcastConnection",
12   "source": {
13     "git": "https://github.com/stefanrenne/RxSSDP.git",
14     "tag": "4.2.0"
15   },
16   "swift_version": "4.2",
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0",
20     "osx": "10.12"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "RxSSDP/*.swift",
25     "RxSSDP/SwiftSSDPClient/*.swift"
26   ],
27   "frameworks": "SystemConfiguration",
28   "dependencies": {
29     "RxSwift": [
30       "~> 4.4"
31     ]
32   }