blob: acfbd7d6b9acfe4c90408a163f27e56ac7ae5b21 [file] [log] [blame]
{
"name": "HTQRCode",
"version": "1.0.4",
"summary": "二维码生成和扫描",
"description": "二维码生成和扫描,使用",
"homepage": "https://github.com/TeaseTian/QRCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TeaseTian": "330972860@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TeaseTian/QRCode.git",
"tag": "1.0.4"
},
"source_files": "QRCode/*.{h,m}",
"resources": "QRCode/*.png",
"requires_arc": true,
"dependencies": {
"ZXingObjC": [
"3.1.0"
],
"Masonry": [
]
}
}