blob: 0f2ef4422d47bac3983c2af85fed515312a11728 [file] [log] [blame]
{
"name": "TinyQRScanner",
"version": "1.0.0-alpha",
"summary": "A Tiny Straight out-of-the-box QRScanner Based on AV Foundation",
"description": "A Tiny Straight out-of-the-box QRScanner Based on AV Foundation",
"homepage": "https://github.com/pacu/QRScanner",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Francisco Gindre": "francisco.gindre@gmail.com",
"Abilash KM": "abhimuralidharan1992@gmail.com"
},
"source": {
"git": "https://github.com/pacu/QRScanner.git",
"tag": "1.0.0-alpha"
},
"swift_versions": "5.1",
"platforms": {
"ios": "12.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"AVFoundation",
"UIKit"
],
"swift_version": "5.1"
}