blob: 97ac7c29ce46db7152c54f67300a8bd246bdbf6d [file] [log] [blame]
{
"name": "VisionScanner",
"version": "1.0.1",
"summary": "Start scanning barcodes using Apple's Vision Framework.",
"description": "This pod allows you to easily start scanning barcodes using Apple's Vision Framework.\nIt provides you with a ViewController (an instance of VisionScannerViewController)\nwith a single video output preview view. This controller exposes four functions\nfunc stopScan(completion:), func pauseScan(completion:), func resetScan() and\nfunc startScan(completion:).",
"homepage": "https://github.com/aldo-dev/VisionScanner.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ALDO Inc": "aldodev@aldogroup.com"
},
"source": {
"git": "https://github.com/aldo-dev/VisionScanner.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "VisionScanner/Classes/**/*"
}