blob: b2ac3d51b4b077b82a521c0a743b2f01186761e0 [file] [log] [blame]
{
"name": "BarcodeReader",
"version": "1.0.0",
"summary": "A simple barcode reader UIView subclass.",
"description": "Simply create a UIView in interface builder and assign custom class BarcodeReaderView. Assign delegate and get output in barcodeOutput(). call startReader() on this view.",
"homepage": "https://github.com/tmukammel/BarcodeReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tmukammel": "t.mukammel@aol.com"
},
"source": {
"git": "https://github.com/tmukammel/BarcodeReader.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BarcodeReader/Classes/**/*",
"pushed_with_swift_version": "3.0"
}