[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 2 / VD / 0.4.0 / VD.podspec.json
blob1945ca6444d4757cd984862a7275625c1b389744
2   "name": "VD",
3   "version": "0.4.0",
4   "summary": "A short description of VD.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dankinsoid/VD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "voidilov": "voidilov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dankinsoid/VD.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/VD/**/*",
23   "dependencies": {
24     "UnwrapOperator": [
25       "~> 0.1.0"
26     ]
27   },
28   "default_subspecs": "All",
29   "swift_version": "5.0",
30   "subspecs": [
31     {
32       "name": "All",
33       "dependencies": {
34         "VDUIExtensions": [
36         ],
37         "VDAsync/RxSwift": [
39         ],
40         "RxOperators": [
42         ],
43         "UnwrapOperator": [
45         ],
46         "ConstraintsOperators": [
48         ],
49         "SwiftLocalize": [
51         ]
52       }
53     },
54     {
55       "name": "UIKit",
56       "dependencies": {
57         "VDUIExtensions": [
59         ]
60       }
61     },
62     {
63       "name": "Async",
64       "dependencies": {
65         "VDAsync": [
67         ]
68       }
69     },
70     {
71       "name": "RxSwift",
72       "dependencies": {
73         "RxOperators": [
75         ]
76       }
77     },
78     {
79       "name": "Optional",
80       "dependencies": {
81         "UnwrapOperator": [
83         ]
84       }
85     },
86     {
87       "name": "Constraints",
88       "dependencies": {
89         "ConstraintsOperators": [
91         ]
92       }
93     },
94     {
95       "name": "Localize",
96       "dependencies": {
97         "SwiftLocalize": [
99         ]
100       }
101     }
102   ]