blob: b9a8c6ebdec07bdeea281045254f25c661a03840 [file] [log] [blame]
{
"name": "KZ_QRCode",
"version": "0.1",
"summary": "iOS QRCode.",
"homepage": "https://github.com/KieronZhang/KZ_QRCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang.": "https://github.com/KieronZhang"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_QRCode.git",
"tag": "0.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"Foundation",
"AVFoundation"
],
"vendored_frameworks": "KZ_QRCode/KZ_QRCodeFramework.framework",
"requires_arc": true
}