[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 2 / f / RxCodable / 0.1.0 / RxCodable.podspec.json
blobb2a436a1ba2d25b571afcc3cf1565279232281d1
2   "name": "RxCodable",
3   "version": "0.1.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.1.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     {
37       "name": "Moya",
38       "source_files": "Sources/RxCodableMoya/**/*.swift",
39       "dependencies": {
40         "RxCodable/Core": [
42         ],
43         "Moya": [
45         ]
46       }
47     }
48   ]