blob: ff6e16298d8f034d638fc5959cfcfa63d12b512c [file] [log] [blame]
{
"name": "QrCodeScan",
"version": "1.0.2",
"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.2"
},
"source_files": [
"SRC",
"SRC/*.{h,m}"
],
"resources": "SRC/image/*.png",
"frameworks": "AVFoundation",
"dependencies": {
"CBImagePicker": [
]
}
}