[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / d / 1 / VDAsync / 0.18.0 / VDAsync.podspec.json
blobc8db55a7a590280cd2149313a1c3ee2cb12de179
2   "name": "VDAsync",
3   "version": "0.18.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.18.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   ]