blob: efed4683540327ef02fc1411d097170b7204d2eb [file] [log] [blame]
{
"name": "ROBarcodeScanner",
"version": "1.0.3",
"summary": "Scans different Barcodes and returns the result as String",
"description": "Scans different Barcodes and returns the result as String. Use the ROBarcodeScannerViewController for the View.",
"homepage": "https://github.com/prine/ROBarcodeScanner",
"screenshots": "https://raw.githubusercontent.com/prine/ROBarcodeScanner/master/Screenshot.png",
"license": "MIT",
"authors": {
"Robin Oster": "robin.oster@rascor.com"
},
"source": {
"git": "https://github.com/prine/ROBarcodeScanner.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/prinedev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"ROBarcodeScanner": [
"Pod/Assets/*.png"
]
},
"resources": [
"Source/*.Storyboard"
]
}