[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 9 / b / DStack / 0.4.1 / DStack.podspec.json
blob5da96b00ae667c13c964a64a36e515d3828860f0
2   "name": "DStack",
3   "version": "0.4.1",
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.4.1"
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": [
42         ],
43         "RxCocoa": [
45         ]
46       }
47     }
48   ]