blob: cc92399278b8aa5791ac1f7e6a6308565ef77954 [file] [log] [blame]
{
"name": "QLQRCodeScan",
"version": "0.1.3",
"summary": "二维码扫描",
"description": "iOS 二维码扫描\nv0.0.3 图片整理",
"homepage": "https://github.com/mark1225/QLQRCodeScan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qilong": "915464855@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mark1225/QLQRCodeScan.git",
"tag": "0.1.3"
},
"source_files": "QLQRCode/QLQRCode/QLQRCode/*.{h,m}",
"resources": "QLQRCode/QLQRCode/QLQRCode/Resource.bundle",
"subspecs": [
{
"name": "QRCodeReaderView",
"source_files": "QLQRCode/QLQRCode/QLQRCode/QRCodeReaderView/**/*.{h,m}"
}
]
}