blob: c2845dd2717c8fdf9d4af44dbf8c2fe669426f96 [file] [log] [blame]
{
"name": "KYQRCode",
"version": "0.1.3",
"summary": "KYQRCode 是一个基于Objective-C封装的二维码扫描条形码/识别生成二维码框架 .",
"homepage": "https://github.com/kingly09/KYQRCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kingly09": "libintm@163.com"
},
"source": {
"git": "https://github.com/kingly09/KYQRCode.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KYQRCode/Classes/**/*",
"resource_bundles": {
"KYQRCode": [
"KYQRCode/Assets/**/*"
]
},
"requires_arc": true
}