blob: 9741f6c83cefad9a4b99555f2733843a961abc42 [file] [log] [blame]
{
"name": "QKMRZScanner",
"version": "2.1.2",
"platforms": {
"ios": "11"
},
"swift_versions": "4.2",
"summary": "Scans MRZ (Machine Readable Zone) from identity documents (passport, id, visa).",
"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": "v2.1.2"
},
"source_files": "QKMRZScanner/**/*.{swift}",
"resources": "QKMRZScanner/Supporting Files/tessdata",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreImage",
"AudioToolbox"
],
"dependencies": {
"QKMRZParser": [
],
"SwiftyTesseract": [
]
},
"swift_version": "4.2"
}