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