blob: 3620021f97e325cb75f6c85d0c5cee7c1714e298 [file] [log] [blame]
{
"name": "ZSQRCodeReader",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZSQRCodeReaderDemo/ZSQRCodeReader/**/*.{h,m}",
"resources": "ZSQRCodeReaderDemo/Assets/*.bundle",
"public_header_files": "ZSQRCodeReaderDemo/ZSQRCodeReader/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"TZImagePickerController": [
]
}
}