blob: 685cd213a364ac48ceb29c6abe708de141a75bd4 [file] [log] [blame]
{
"name": "QREncoderARC",
"version": "1.0.0",
"summary": "二维码生成的ARC版本代码",
"description": "基于之前QREncoder的代码,修改其为ARC版本",
"homepage": "https://github.com/dengyafeng001/QREncoderARC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dengyafeng001 group": "https://github.com/dengyafeng001"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dengyafeng001/QREncoderARC.git",
"tag": "1.0.0"
},
"source_files": "QREncoderARC/**/*",
"requires_arc": true
}