[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / b / DStack / 0.2.4 / DStack.podspec.json
blobf7baf327418f133593a58f3e873a87ff921b7d01
2   "name": "DStack",
3   "version": "0.2.4",
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.2.4"
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": "Views",
35       "source_files": "Sources/Views/*.{swift}",
36       "dependencies": {
37         "DStack/Core": [
39         ]
40       }
41     },
42     {
43       "name": "Controllers",
44       "source_files": "Sources/Controllers/**/*.{swift}",
45       "dependencies": {
46         "DStack/Core": [
48         ]
49       }
50     }
51   ]