[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 9 / b / DStack / 0.0.20 / DStack.podspec.json
blobee1d38ac153effb100e53f37bfa2e3687e45e6d6
2   "name": "DStack",
3   "version": "0.0.20",
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.0.20"
17   },
18   "dependencies": {
19     "RxSwift": [
21     ],
22     "RxCocoa": [
24     ]
25   },
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.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   ]