[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 3 / c / SuperCodable / 0.5.1 / SuperCodable.podspec.json
blob51664f3dcef19c2e09adde71fd415c92da7953fb
2   "name": "SuperCodable",
3   "version": "0.5.1",
4   "summary": "give Codable super power",
5   "description": "give Codable super power.",
6   "homepage": "https://github.com/gzkiwiinc/SuperCodable",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "lacklock": "lacklock@gmail.com"
12   },
13   "swift_version": "4.1",
14   "source": {
15     "git": "https://github.com/gzkiwiinc/SuperCodable.git",
16     "tag": "0.5.1"
17   },
18   "source_files": "SuperCodable/*.swift",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Rx",
26       "source_files": "SuperCodable/Rx/*.swift",
27       "dependencies": {
28         "RxSwift": [
29           "~> 4.0"
30         ]
31       }
32     }
33   ]