blob: 71b077f97962588a5cf77f87dd0cf8e8fcb434b2 [file] [log] [blame]
{
"name": "QRExt",
"version": "1.0.0",
"summary": "根据字符串生成二维码集合工具",
"homepage": "https://github.com/junhaiyang/QRExt",
"license": "MIT",
"authors": {
"yangjunhai": "junhaiyang@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/junhaiyang/QRExt.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "*.{h,m,mm}",
"dependencies": {
"libqrencode": [
"~> 3.4.2"
]
}
}