blob: 0625f1cd8c18616ff070cd7c52f5ab78a3678456 [file] [log] [blame]
{
"name": "CYQRCodeScan",
"version": "1.0.0",
"summary": "A simple QR Code scan solution",
"description": "A simple QR Code scan solution with only system API and smooth animation.",
"homepage": "https://github.com/chenyun122/QRCodeScan",
"screenshots": "https://github.com/chenyun122/QRCodeScan/raw/master/Screenshots/QRCodeScan.gif?raw=true",
"license": "MIT",
"authors": {
"Yun CHEN": "chenyun122@gmail.com"
},
"platforms": {
"ios": "11.4"
},
"requires_arc": true,
"source": {
"git": "https://github.com/chenyun122/QRCodeScan.git",
"tag": "1.0.0"
},
"source_files": [
"QRCodeScan",
"QRCodeScan/**/*.{h,m}"
],
"resources": "QRCodeScan/**/*.{xib,nib,storyboard,png}",
"resource_bundles": {
"QRCodeScan": [
"QRCodeScan/**/*.xcassets",
"QRCodeScan/*.lproj/*"
]
}
}