blob: 11b94fe53e778cee00863a16ede4b69ee2683f73 [file] [log] [blame]
{
"name": "CCQrCode",
"version": "1.0",
"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": "v1.0"
},
"source_files": [
"CCQrCode",
"CCQrCode/*.{h,m}",
"CCQrCode/*.{wav}",
"CCQrCode/*.{xcassets}"
],
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"requires_arc": true
}