blob: 0ae4b90c40215ea756b7f8d7b5ea53265ad41222 [file] [log] [blame]
{
"name": "DLParser",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": [
"DLParser",
"DLParser/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
}
}