blob: c909332694f04a4631d1464f0d073594ae5b9af0 [file] [log] [blame]
{
"name": "BarcodeScanner",
"summary": "Simple and beautiful barcode scanner.",
"version": "1.1.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.1.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"
]
}