[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 2 / VD / 0.6.0 / VD.podspec.json
blob273ed12a43b45bd043016b6438b87eaaa01c9ebf
2   "name": "VD",
3   "version": "0.6.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.6.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         "VDCodable": [
54         ]
55       },
56       "source_files": "Sources/**/*"
57     },
58     {
59       "name": "Core",
60       "source_files": "Sources/VD/**/*"
61     },
62     {
63       "name": "UIKit",
64       "dependencies": {
65         "VDUIExtensions": [
67         ],
68         "VD/Core": [
70         ]
71       },
72       "source_files": "Sources/UI/**/*"
73     },
74     {
75       "name": "Async",
76       "dependencies": {
77         "VDAsync": [
79         ],
80         "VD/Core": [
82         ]
83       },
84       "source_files": "Sources/Async/**/*"
85     },
86     {
87       "name": "RxSwift",
88       "dependencies": {
89         "RxOperators": [
91         ],
92         "VD/Core": [
94         ]
95       },
96       "source_files": "Sources/Rx/**/*"
97     },
98     {
99       "name": "Optional",
100       "dependencies": {
101         "UnwrapOperator": [
103         ],
104         "VD/Core": [
106         ]
107       },
108       "source_files": "Sources/Optional/**/*"
109     },
110     {
111       "name": "Constraints",
112       "dependencies": {
113         "ConstraintsOperators": [
115         ],
116         "VD/Core": [
118         ]
119       },
120       "source_files": "Sources/Constraints/**/*"
121     },
122     {
123       "name": "Localize",
124       "dependencies": {
125         "SwiftLocalize": [
127         ],
128         "VD/Core": [
130         ]
131       },
132       "source_files": "Sources/Localize/**/*"
133     },
134     {
135       "name": "Codable",
136       "dependencies": {
137         "VDCodable": [
139         ],
140         "VD/Core": [
142         ]
143       },
144       "source_files": "Sources/Codable/**/*"
145     }
146   ]