blob: 5c77f614c4f5fbe4272136861cbb6fa31be4ed1e [file] [log] [blame]
{
"name": "DDLScannerManager",
"version": "0.1.0",
"summary": "Allows you to scan Driver License barcodes and return relevent data.",
"description": "Spin up an instance of DLScannerManager. Once the camera is displaying, scan the license.\nAll relevent data will be returned in the callback.",
"homepage": "https://github.com/2020deception/DDLScannerManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"2020deception": "2020deception@gmail.com"
},
"source": {
"git": "https://github.com/2020deception/DDLScannerManager.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/2020deception",
"platforms": {
"ios": "8.0"
},
"source_files": "DDLScannerManager/Classes/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
]
}