blob: ef4a1e2aa0b2936543be9cf385c0deab580feab4 [file] [log] [blame]
{
"name": "QKMRZScanner",
"version": "1.1.1",
"platforms": {
"ios": "10"
},
"swift_version": "4.2",
"summary": "Scans MRZ (Machine Readable Zone) from identity documents.",
"authors": {
"Matej Dorcak": "sss.mado@gmail.com"
},
"homepage": "https://github.com/Mattijah/QKMRZScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Mattijah/QKMRZScanner.git",
"tag": "v1.1.1"
},
"source_files": "QKMRZScanner/**/*.{swift}",
"resources": "QKMRZScanner/Supporting Files/tessdata",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreImage",
"AudioToolbox"
],
"dependencies": {
"EVGPUImage2": [
],
"QKMRZParser": [
],
"SwiftyTesseract": [
]
}
}