blob: 2f27b3300a314b6ce2986aabe3b8b85d94ba0393 [file] [log] [blame]
{
"name": "QKMRZScanner",
"version": "2.2.1",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"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.2.1"
},
"source_files": "QKMRZScanner/**/*.{swift}",
"resources": "QKMRZScanner/Supporting Files/tessdata",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreImage",
"AudioToolbox"
],
"dependencies": {
"QKMRZParser": [
],
"SwiftyTesseract": [
]
},
"swift_version": "5.0"
}