[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 8 / 4 / RxSSDP / 4.0.0 / RxSSDP.podspec.json
blobf713ba7ee289fd9fc420208b7be3c4d51294f4cc
2   "name": "RxSSDP",
3   "version": "4.0.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": "An Reactive SSDP client with buffering written in Swift, based on SwiftSSDPClient",
12   "source": {
13     "git": "https://github.com/stefanrenne/RxSSDP.git",
14     "tag": "4.0.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "RxSSDP/*.swift",
22     "RxSSDP/SwiftSSDPClient/*.swift"
23   ],
24   "frameworks": "SystemConfiguration",
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ],
32     "CocoaAsyncSocket": [
33       "~> 7.6"
34     ]
35   }