blob: 2a46d6dee1e0c738684d52a0c5428d747bc86101 [file] [log] [blame]
{
"name": "ZQRCodeScanner",
"version": "1.0.1",
"summary": "A simple QR code scanner for personal use.",
"homepage": "https://github.com/GitZhengsir/ZQRCodeScanner",
"license": "MIT",
"authors": {
"zhengsir": "276929275@qq.com"
},
"source": {
"git": "https://github.com/GitZhengsir/ZQRCodeScanner.git",
"tag": "1.0.1"
},
"source_files": "ZQRCodeScanner/*.{h,m}",
"resource_bundles": {
"ZQRCodeScanner": [
"ZQRCodeScanner/*.png"
]
},
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}