[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 2 / f / RxCodable / 0.3.0 / RxCodable.podspec.json
bloba68c52754a35427d112d4001828449a6313eb9f9
2   "name": "RxCodable",
3   "version": "0.3.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.3.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   "pushed_with_swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/RxCodable/**/*.swift",
29       "frameworks": "Foundation",
30       "dependencies": {
31         "RxSwift": [
32           ">= 4.0.0-beta.0"
33         ]
34       }
35     }
36   ]