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