[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / b / DStack / 0.4.2 / DStack.podspec.json
blob4abe469ac85d0738b09c1e9be96b68cc732fb1f8
2   "name": "DStack",
3   "version": "0.4.2",
4   "authors": {
5     "Andrey Erusaev": "erusaevap@gmail.com"
6   },
7   "default_subspecs": "DSExtensions",
8   "description": "Helpers for views",
9   "homepage": "https://github.com/ErusaevAP/DStack",
10   "license": "MIT",
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/erusaevap/DStack.git",
16     "tag": "0.4.2"
17   },
18   "summary": "Helpers",
19   "swift_versions": "5.0",
20   "subspecs": [
21     {
22       "name": "DSExtensions",
23       "source_files": "Sources/DSExtensions/*.{swift}"
24     },
25     {
26       "name": "DSViews",
27       "source_files": "Sources/DSViews/*.{swift}",
28       "dependencies": {
29         "DStack/DSExtensions": [
31         ]
32       }
33     },
34     {
35       "name": "DSControllers",
36       "source_files": "Sources/DSControllers/**/*.{swift}",
37       "dependencies": {
38         "DStack/DSExtensions": [
40         ],
41         "RxSwift": [
43         ],
44         "RxCocoa": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"