blob: 72fa9b92d6359f8d5428b5f6812d7653ce404e1f [file] [log] [blame]
{
"name": "BarcodeScanner",
"summary": "Simple and beautiful barcode scanner.",
"version": "1.0.0",
"homepage": "https://github.com/hyperoslo/BarcodeScanner",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/BarcodeScanner.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"resource_bundles": {
"BarcodeScanner": [
"Images/*.{png}"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
]
}