blob: bf6f9220781ee1aa87669600ca29eedee7642edb [file] [log] [blame]
{
"name": "TinyQRScanner",
"version": "1.0.0",
"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/TinyQRScanner",
"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/TinyQRScanner.git",
"tag": "1.0.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "12.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"AVFoundation",
"UIKit"
],
"swift_version": "5.1"
}