blob: 5f14fe4c7bda1fa159c1aa6c753b57bee5d5fa04 [file] [log] [blame]
{
"name": "ROBarcodeScanner",
"version": "1.0.1",
"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.\n",
"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.1"
},
"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"
]
}