[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / d / 1 / VDAsync / 0.2.0 / VDAsync.podspec.json
blob43bbc592d57563c73cb5ef5d85f6712be20d490f
2   "name": "VDAsync",
3   "version": "0.2.0",
4   "summary": "A short description of VDAsync.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dankinsoid/VDAsync",
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/VDAsync.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/VDAsync/**/*",
23   "dependencies": {
24     "UnwrapOperator": [
25       "~> 0.1.0"
26     ]
27   },
28   "default_subspecs": "Lite",
29   "swift_version": "5.0",
30   "subspecs": [
31     {
32       "name": "Lite"
33     },
34     {
35       "name": "RxSwift",
36       "dependencies": {
37         "RxSwift": [
38           "~> 5"
39         ]
40       },
41       "source_files": "Sources/**/*"
42     }
43   ]