[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / e / 8 / 4 / RxSSDP / 4.0.1 / RxSSDP.podspec.json
blob0214dc2a510095fad8e3cf78e0500db4114e1682
2   "name": "RxSSDP",
3   "version": "4.0.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.0.1"
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   }