[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / d / 1 / VDAsync / 0.7.0 / VDAsync.podspec.json
blob6f2c7b55c158f215c158404641f82fe86eb2c994
2   "name": "VDAsync",
3   "version": "0.7.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.7.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   },
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   ]