blob: 9a3d2ba135acd68a93211fcec6c3d0a244850cce [file] [log] [blame]
{
"name": "BCScanner",
"version": "0.1.1",
"summary": "A barcode and qr code scanner that wraps the `AVFoundation` scanning capabilities in a `UIViewController`",
"homepage": "https://github.com/michaelochs/BCScanner",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Michael Ochs, @_mochs",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"AVFoundation",
"UIKit"
],
"source": {
"git": "https://github.com/michaelochs/BCScanner.git",
"tag": "0.1.1"
},
"source_files": [
"BCScanner",
"BCScanner/**/*.{h,m}"
],
"public_header_files": "BCScanner/*.h",
"preserve_paths": [
"LICENSE",
"VERSION",
"CREDITS.md"
]
}