blob: ea7781ef40d82983dcd00a9eb008e2853861bbdd [file] [log] [blame]
{
"name": "ZQRCodeScanner",
"version": "1.0.2",
"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.2"
},
"source_files": "ZQRCodeScanner/*.{h,m}",
"resource_bundles": {
"ZQRCodeScanner": [
"ZQRCodeScanner/*.png"
]
},
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}