blob: 0b748473baa6a6456f7be70ff2396f45487cf988 [file] [log] [blame]
{
"name": "AAMVA-Barcode-Parser",
"module_name": "AAMVABarcodeParser",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "AAMVA Barcode Parser/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "AAMVA Barcode ParserTests/*.swift",
"resources": "AAMVA Barcode ParserTests/barcode_data/*.txt"
}
],
"swift_version": "5.1"
}