[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 8 / 4 / RxSSDP / 4.2.1 / RxSSDP.podspec.json
blobaf615c914b21856e211b98e9c4ebcc45bd01426d
2   "name": "RxSSDP",
3   "version": "4.2.1",
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.1"
15   },
16   "swift_version": "4.2",
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0",
20     "osx": "10.12",
21     "watchos": "4.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "RxSSDP/*.swift",
26     "RxSSDP/SwiftSSDPClient/*.swift"
27   ],
28   "dependencies": {
29     "RxSwift": [
30       "~> 4.4"
31     ]
32   }