blob: ded02b2b060877e1a84df2fd37a29bd501ae00a3 [file] [log] [blame]
{
"name": "ZSQRCodeReader",
"version": "0.1.0",
"summary": "二维码/条形码扫描读取,界面及交互模仿微信。",
"description": "二维码/条形码扫描读取,界面及交互模仿微信。相册照片选择依赖第三方库TZImagePickerController",
"homepage": "https://github.com/safiriGitHub/QRCodeReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"safiriGitHub": "safiri@163.com"
},
"source": {
"git": "https://github.com/safiriGitHub/QRCodeReader.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZSQRCodeReaderDemo/ZSQRCodeReader/**/*",
"public_header_files": "ZSQRCodeReaderDemo/ZSQRCodeReader/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"TZImagePickerController": [
]
}
}