[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / f / RxCodable / 0.4.0 / RxCodable.podspec.json
blob619ccf1daec6a858b1b9b1005f8c83f8672edb72
2   "name": "RxCodable",
3   "version": "0.4.0",
4   "summary": "RxSwift wrapper for Codable",
5   "homepage": "https://github.com/devxoul/RxCodable",
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/RxCodable.git",
15     "tag": "0.4.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/RxCodable/**/*.swift",
28       "frameworks": "Foundation",
29       "dependencies": {
30         "RxSwift": [
31           ">= 4.0"
32         ]
33       }
34     }
35   ]