[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 3 / 6 / RxWebSocket / 2.1.0 / RxWebSocket.podspec.json
blobdcee1fed29a72dda7e0d6435cb4ecc06a1b6f639
2   "name": "RxWebSocket",
3   "version": "2.1.0",
4   "summary": "Reactive WebSockets",
5   "swift_version": "4.2",
6   "description": "Reactive extensions for websockets.\n\nA lightweight abstraction layer over Starscream to make it reactive.",
7   "homepage": "https://github.com/fjcaetano/RxWebSocket",
8   "license": "MIT",
9   "authors": {
10     "Flávio Caetano": "flavio@vieiracaetano.com"
11   },
12   "source": {
13     "git": "https://github.com/fjcaetano/RxWebSocket.git",
14     "tag": "2.1.0"
15   },
16   "social_media_url": "http://twitter.com/flavio_caetano",
17   "documentation_url": "http://fjcaetano.github.io/ReCaptcha",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "source_files": "Classes/**/*",
26   "dependencies": {
27     "Starscream": [
28       "~> 3.0.6"
29     ],
30     "RxSwift": [
31       "~> 4.3"
32     ],
33     "RxCocoa": [
34       "~> 4.3"
35     ]
36   }