[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / b / DStack / 0.1.2 / DStack.podspec.json
blobaca8f37549aae015667d429d5710a1d15964ef2e
2   "name": "DStack",
3   "version": "0.1.2",
4   "summary": "Helpers",
5   "description": "Helpers for views",
6   "homepage": "https://github.com/ErusaevAP/DStack",
7   "license": "MIT",
8   "authors": {
9     "Andrey Erusaev": "erusaevap@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/erusaevap/DStack.git",
16     "tag": "0.1.2"
17   },
18   "dependencies": {
19     "RxSwift": [
21     ],
22     "RxCocoa": [
24     ]
25   },
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "4.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/*.{swift}"
32     },
33     {
34       "name": "Controllers",
35       "source_files": "Sources/Controllers/**/*.{swift}",
36       "dependencies": {
37         "DStack/Core": [
39         ]
40       }
41     }
42   ]