blob: 6a0dc084f04e57c2407321770d5a8cb2ece5081a [file] [log] [blame]
{
"name": "QrCodeScan",
"version": "1.0.3",
"summary": "caobo's QrCodeScan.",
"description": "It is a QrCodeScan util used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/caobo56/QrCodeScan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"caobo": "caobo56@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/caobo56/QrCodeScan.git",
"tag": "1.0.3"
},
"source_files": [
"SRC",
"SRC/*.{h,m}"
],
"resources": "SRC/image/*.png",
"frameworks": "AVFoundation",
"dependencies": {
"CBImagePicker": [
]
}
}