blob: e483fd8fb28f0f5995eeb95fb6d40a59ac761928 [file] [log] [blame]
{
"name": "ROBarcodeScanner",
"version": "2.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/prine/ROBarcodeScanner",
"authors": {
"Robin Oster": "robin.oster@rascor.com"
},
"summary": "Scans different Barcodes and returns the result as String",
"source": {
"git": "https://github.com/prine/ROBarcodeScanner.git",
"tag": "2.1.0"
},
"source_files": "Source/*.swift",
"frameworks": "SystemConfiguration",
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "8.4"
},
"resources": [
"Source/*.Storyboard"
]
}