[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / b / DStack / 0.3.0 / DStack.podspec.json
blob4dc676a5025470e13a395404f7546a984bf29892
2   "name": "DStack",
3   "version": "0.3.0",
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.3.0"
17   },
18   "default_subspecs": "DSExtensions",
19   "subspecs": [
20     {
21       "name": "DSExtensions",
22       "source_files": "Sources/DSExtensions/*.{swift}"
23     },
24     {
25       "name": "DSViews",
26       "source_files": "Sources/DSViews/*.{swift}",
27       "dependencies": {
28         "DStack/DSExtensions": [
30         ]
31       }
32     },
33     {
34       "name": "DSControllers",
35       "source_files": "Sources/DSControllers/**/*.{swift}",
36       "dependencies": {
37         "DStack/DSExtensions": [
39         ],
40         "RxSwift": [
41           "~> 4.0"
42         ],
43         "RxCocoa": [
44           "~> 4.0"
45         ]
46       }
47     }
48   ]