[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 4 / a / d / RxJSON / 2.0.0 / RxJSON.podspec.json
blob27a8841c218826e0ed770db151ed379208101402
2   "name": "RxJSON",
3   "version": "2.0.0",
4   "summary": "RxSwift wrapper for JSON",
5   "homepage": "https://github.com/devxoul/RxJSON",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/RxJSON.git",
15     "tag": "2.0.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "dependencies": {
19     "RxSwift": [
20       "~> 5.0"
21     ]
22   },
23   "swift_versions": "5.0",
24   "platforms": {
25     "ios": "8.0",
26     "osx": "10.11",
27     "tvos": "9.0",
28     "watchos": "3.0"
29   },
30   "swift_version": "5.0"