blob: fc282945c8ba673693a2179c8a723245760e0994 [file] [log] [blame]
{
"name": "LicenseParser",
"version": "0.5.4",
"summary": "Driver's License Parser for US Licenses implementing the AAMVA PDF-417 standard.",
"description": "Easily parse the information within PDF-417 barcodes found on the back of\nUS and Canadian driver's licenses adhering to the AAMVA Version 8\nstandard.",
"homepage": "https://github.com/sealz/license-parser",
"license": "MIT",
"authors": {
"Clayton LZ": "clayton@hauz.io"
},
"source": {
"git": "https://github.com/sealz/license-parser.git",
"tag": "0.5.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LicenseParser/Classes/**/*",
"dependencies": {
"CrossroadRegex": [
"~> 0"
]
}
}