blob: 09df1efe34b12ac971e8d5d1ac9d89559c0f832e [file] [log] [blame]
{
"name": "CameraTool",
"version": "0.0.6",
"summary": "身份证拍照相机工具及识别",
"description": "1.整合OCR识别SDK\n2.处理识别错误信息",
"homepage": "https://github.com/zyy0715/CameraTool",
"license": "MIT",
"authors": {
"ZYY": "2893358240@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zyy0715/CameraTool.git",
"tag": "0.0.6"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Resources/*.png",
"ios": {
"vendored_frameworks": "HSIDCard/HSIDCard.framework"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}