[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 7 / b / RxStarscream / 0.8 / RxStarscream.podspec.json
blob5f46a88fe62107d71f279b0d3077b4679a0035c3
2   "name": "RxStarscream",
3   "version": "0.8",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
7   },
8   "homepage": "https://github.com/RxSwiftCommunity/RxStarscream",
9   "authors": {
10     "Guy Kahlon": "guykahlon@gmail.com"
11   },
12   "summary": "A lightweight extension to subscribe Starscream websocket events with RxSwift.",
13   "source": {
14     "git": "https://github.com/RxSwiftCommunity/RxStarscream.git",
15     "tag": "0.8"
16   },
17   "source_files": "Source/*.swift",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "Starscream": [
24       "~> 3.0"
25     ],
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ]
32   },
33   "pushed_with_swift_version": "4.0"