blob: df999230ea54f95396e6fa96fe55436429fe75b2 [file] [log] [blame]
{
"name": "BarcodeScanner",
"summary": "Simple and beautiful barcode scanner.",
"version": "5.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": "5.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"resource_bundles": {
"BarcodeScanner": [
"Images/*.{png}"
],
"Localization": [
"Localization/*.lproj/Localizable.strings"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}