[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / f / 1 / MRZScanner / 1.0.0 / MRZScanner.podspec.json
blob3f10954f86a0ee478947bf98b507f57c13d37e58
2   "name": "MRZScanner",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "11"
6   },
7   "swift_versions": "4.2",
8   "summary": "Scans MRZ (Machine Readable Zone) from identity documents (passport, id, visa).",
9   "authors": {
10     "naveen": "itsmenaveenkumarp@gmail.com"
11   },
12   "homepage": "https://github.com/naveenkp-alt/MRZScanner",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE.md"
16   },
17   "source": {
18     "git": "https://github.com/naveenkp-alt/MRZScanner.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "QKMRZScanner/**/*.{swift}",
22   "resources": "QKMRZScanner/Supporting Files/tessdata",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "AVFoundation",
27     "CoreImage",
28     "AudioToolbox"
29   ],
30   "dependencies": {
31     "QKMRZParser": [
33     ],
34     "SwiftyTesseract": [
36     ]
37   },
38   "swift_version": "4.2"