blob: 25d1516aedc82df7522b2aede4e4d69a0f7be01b [file] [log] [blame]
{
"name": "GDQrCode",
"version": "1.0.0",
"summary": "基于 CoreImage 生成一个自定义二维码(颜色 背景色 alpha logo)",
"homepage": "https://github.com/gdLin600/GDQrCode",
"license": "MIT",
"authors": {
"gdLin600": "lingd600@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gdLin600/GDQrCode.git",
"tag": "1.0.0"
},
"source_files": "GDQrCode/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true
}