[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / f / RxCodable / 1.0.0 / RxCodable.podspec.json
blob2f2ad3820c688e6ea9060a6f8e6dd2f5114e6ae0
2   "name": "RxCodable",
3   "version": "1.0.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": "1.0.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "3.0"
23   },
24   "default_subspecs": "Core",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/RxCodable/**/*.swift",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "RxSwift": [
33           "~> 5.0"
34         ]
35       }
36     }
37   ]