blob: 5ccd2a7b014bd06da6854914350e8033967c5df4 [file] [log] [blame]
{
"name": "IDCardDetector",
"version": "0.1.0",
"swift_version": "4.2",
"summary": "IDCardDetector is a fast and simple OCR library written in Swift..",
"description": "\"IDCardDetector is a delightful component for quick and easy scanning of ID cards and drivers licenses.\"",
"homepage": "https://github.com/VandanaPansuria/IDCardDetector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VandanaPansuria": "vandanapansuria@gmail.com"
},
"source": {
"git": "https://github.com/VandanaPansuria/IDCardDetector.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "IDCardDetector/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}