blob: 7003095cadf23c90bfe60b24c75ebd3e1255d3b6 [file] [log] [blame]
{
"name": "QrCodeHelper",
"version": "0.1.0",
"summary": "a library to generate / scan Qr code content",
"description": "QrCodeHelper can\n- generate qr code and set it to UIImageView\n- the generated qr code can have the options to embedded a logo in the center, invert color, and change the color\n- detect the qr code from ui image",
"homepage": "https://github.com/samrithyoeun/QrCodeHelper.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"samrith.yoeun@gmail.com": "samrith.yoeun@gmail.com"
},
"source": {
"git": "https://github.com/samrithyoeun/QrCodeHelper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QrCodeHelper/Classes/**/*",
"swift_versions": "4.0",
"swift_version": "4.0"
}