[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / 6 / RxWebSocket / 2.2.0 / RxWebSocket.podspec.json
blob229533247d5a2f843877dde5cfde28b8f56b6b67
2   "name": "RxWebSocket",
3   "version": "2.2.0",
4   "summary": "Reactive WebSockets",
5   "swift_versions": "5.0",
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.2.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       "~> 5.0"
32     ],
33     "RxCocoa": [
34       "~> 5.0"
35     ]
36   },
37   "swift_version": "5.0"