blob: 12927dc4da2520aaef16cbb337bb07cec2990b13 [file] [log] [blame]
{
"name": "DLParser",
"version": "3.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": "3.0.0"
},
"source_files": [
"DLParser",
"Sources/DLParser/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.1"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.1"
}