[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 3 / 6 / RxWebSocket / 0.1.2 / RxWebSocket.podspec.json
blobffecb8e4a807f110b09e34ae11087df25036bfd5
2   "name": "RxWebSocket",
3   "version": "0.1.2",
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": "0.1.2"
14   },
15   "social_media_url": "http://twitter.com/flavio_caetano",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "dependencies": {
24     "RxCocoa": [
25       "~> 2.2.0"
26     ],
27     "Starscream": [
28       "~> 1.1.2"
29     ]
30   }