blob: 1385e5186910e50f320ebadd1c933b2997e1f600 [file] [log] [blame]
{
"name": "TFBarcodeScanner",
"version": "1.2.0",
"summary": "Scan barcodes in iOS with elegance and ease",
"description": "Barcode scanning is part of the AV Framework, but it takes\nsome work to figure it all out and then set it up to be efficient and robust. TFBarcodeScanner\nmakes it super easy: create a view controller subclass of `TFBarcodeScannerViewController`,\noverride `barcodeWasScanned`, and you are scanning barcodes!",
"homepage": "https://github.com/thefind/TFBarcodeScanner",
"screenshots": "https://raw.githubusercontent.com/thefind/TFBarcodeScanner/master/Screenshots/screenshot.png",
"license": "MIT",
"authors": {
"phatmann": "thephatmann@gmail.com"
},
"social_media_url": "http://twitter.com/thephatmann",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/thefind/TFBarcodeScanner.git",
"tag": "1.2.0"
},
"source_files": "TFBarcodeScanner",
"requires_arc": true
}