blob: 988001f850d91eb236a205143263a621e1b77d22 [file] [log] [blame]
{
"name": "CCQrCode",
"version": "0.1",
"summary": "AVFoundation encapsulation of qr code scanning tools, support for multiple type code.",
"homepage": "https://github.com/CCFramework/CCQrCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MuZiLee": "li.feiheng@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CCFramework/CCQrCode.git",
"tag": "v0.1"
},
"source_files": [
"CCQrCode",
"CCQrCode/*.{h,m}"
],
"frameworks": "AVFoundation",
"requires_arc": true
}