blob: 0b8652ec699dadb2aad668cd734fa836f5ce2674 [file] [log] [blame]
{
"name": "QuickScan",
"version": "0.0.1",
"summary": "A QR Code Scanner written in Swift.",
"description": "A lightweight, highyl decoupled QR Code Scanner written in Swift",
"homepage": "https://github.com/alyakan/QuickScan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aly Yakan": "aly.yakan@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/alyakan/QuickScan.git",
"tag": "0.0.1"
},
"source_files": "QuickScan/**/*.{h,m,swift}",
"swift_version": "4.2"
}