blob: 4d924ba80e703ca27674fb922e4d93a64a1f953b [file] [log] [blame]
{
"name": "LicenseParser",
"version": "0.5.6",
"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.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LicenseParser/Classes/**/*",
"dependencies": {
"CrossroadRegex": [
"~> 0"
]
}
}