[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 8 / 4 / RxSSDP / 4.1.1 / RxSSDP.podspec.json
blob1a8639228941c52e0d7ae997d9e1f7c8221fd0a2
2   "name": "RxSSDP",
3   "version": "4.1.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": "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.1.1"
15   },
16   "swift_version": "4.1",
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.0"
31     ],
32     "RxCocoa": [
33       "~> 4.0"
34     ],
35     "CocoaAsyncSocket": [
36       "~> 7.6"
37     ]
38   }