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