blob: 50acfe6459bd603be1199754b1dc8e5c43567042 [file] [log] [blame]
{
"name": "CIQRCodeGenerator",
"version": "1.0.0",
"summary": "A CIQRCode generate on iOS",
"description": "It is a programe that can create a normal CIQRCode or with color",
"homepage": "https://github.com/hotwill07/CIQRCodeGenerator",
"license": "MIT License",
"authors": {
"hotwill07": "wills1985@sina.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hotwill07/CIQRCodeGenerator.git",
"tag": "1.0.0"
},
"source_files": "CIQRCodeGenerator/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}