blob: 2c3a9ecf8795f3b2246c353f53a664c27035c4f1 [file] [log] [blame]
{
"name": "CodeScan",
"version": "1.0.1",
"summary": "A helper framework to read Barcodes and QRCodes",
"description": "This frameworks help to read all kind of Barcodes and QR codes with minimum resource utilization and with minimal time. A focus are which helps you to bounds your scan region.",
"homepage": "https://github.com/sarathraveendran-litmus7/CodeScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sarathraveendran-litmus7": "Sarath Raveendran"
},
"source": {
"git": "https://github.com/sarathraveendran-litmus7/CodeScanner.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "CodeScan/Classes/**/*",
"resource_bundles": {
"Asset": [
"CodeScan/Classes/Asset.bundle"
]
},
"frameworks": [
"UIKit",
"AVKit",
"Vision"
],
"swift_version": "5.0"
}