[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / a / d / RxJSON / 1.0.0 / RxJSON.podspec.json
blob446c68dfa548c5f119ae87caa6b9118061639e28
2   "name": "RxJSON",
3   "version": "1.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": "1.0.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "dependencies": {
19     "RxSwift": [
20       ">= 4.0.0-beta.0"
21     ]
22   },
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.11",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   },
29   "pushed_with_swift_version": "4.0"