blob: 46effd4d2004296adc3a2c2005af01a693316efc [file] [log] [blame]
{
"name": "DLParser",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ajohnson": "ajohnson388@gmail.com"
},
"homepage": "https://github.com/ajohnson388/DLParser-Swift",
"summary": "A barcode parsing library for AAMVA compliant driver licenses.",
"description": "A Swift library for parsing driver licenses that are AAMVA compliant. This library is designed to cover all versions and fields supported by AAMVA.",
"source": {
"git": "https://github.com/ajohnson388/DLParser-Swift.git",
"tag": "0.0.1"
},
"source_files": [
"DLParser",
"DLParser/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
}
}