blob: 97fcf833b4270081bb0926a8f35fdf905479af03 [file] [log] [blame]
{
"name": "TFBarcodeScanner",
"version": "1.0.0",
"summary": "Scan barcodes in iOS7 with elegance and ease",
"description": " iOS7 provides barcode scanning as part of the AV Framework, but it takes\n some work to figure it all out and then set it up to be efficient and robust. TFBarcodeScanner\n makes it super easy: create a view controller subclass of `TFBarcodeScannerViewController`,\n override `barcodeWasScanned`, and you are scanning barcodes!\n",
"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.0.0"
},
"source_files": "TFBarcodeScanner",
"requires_arc": true
}