blob: 27abd55ca4486f27e2d5f5d4cdcbdd793ebf13aa [file] [log] [blame]
{
"name": "HTQRCode",
"version": "1.0.0",
"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.0"
},
"source_files": "QRCode/*.{h,m}",
"resources": "QRCode/*.png",
"requires_arc": true,
"dependencies": {
"ZXingObjC": [
"3.1.0"
],
"Masonry": [
]
}
}