blob: e882247695aff0e1431628c66466dab37ca990c3 [file] [log] [blame]
{
"name": "AAMVA-Barcode-Parser",
"module_name": "AAMVABarcodeParser",
"version": "1.2.1",
"summary": "Parses barcodes on North American ID cards encoded in AAMVA standard.",
"homepage": "https://github.com/AppliedRecognition",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"jakubdolejs": "jakubdolejs@gmail.com"
},
"source": {
"git": "https://github.com/AppliedRecognition/AAMVA-Barcode-Parser-Apple.git",
"tag": "v1.2.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "AAMVA Barcode Parser/*.swift",
"info_plist": {
"com.appliedrec.intellicheckURL": "https://dev.ver-id.com/id-check/parse-verify"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "AAMVA Barcode ParserTests/*.swift",
"resources": "AAMVA Barcode ParserTests/barcode_data/*.txt"
}
],
"swift_version": "5.1"
}