[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / d / 1 / VDAsync / 0.20.0 / VDAsync.podspec.json
bloba82061fb3246d9c0b71e21292017182862b51ec5
2   "name": "VDAsync",
3   "version": "0.20.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.20.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Sources/VDAsync/**/*",
23   "dependencies": {
24     "UnwrapOperator": [
25       "~> 0.1.0"
26     ],
27     "PromisesSwift": [
28       "~> 1.2.8"
29     ]
30   },
31   "default_subspecs": "Lite",
32   "swift_version": "5.0",
33   "subspecs": [
34     {
35       "name": "Lite"
36     },
37     {
38       "name": "RxSwift",
39       "dependencies": {
40         "RxSwift": [
41           "~> 5"
42         ]
43       },
44       "source_files": "Sources/**/*"
45     }
46   ]