blob: c78e93144054aa899c52da376102f14d1b883e4f [file] [log] [blame]
{
"name": "YCIDCardRecognizer",
"version": "0.0.8",
"summary": "身份证号码识别",
"description": "基于opencv以及TesseractOCRiOS的身份证号码识别工具 身份证号码识别工具",
"homepage": "https://github.com/Uawful/YCIDCardRecognizer",
"license": "MIT",
"authors": {
"jeremy": "441406859@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Uawful/YCIDCardRecognizer.git",
"tag": "0.0.8"
},
"source_files": "YCIDCardRecognizer/**/*",
"resources": "YCIDCardRecognizer/tessdata",
"public_header_files": "YCIDCardRecognizer/public",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"OpenCV": [
"~> 3.0.0"
],
"TesseractOCRiOS": [
"~> 4.0.0"
]
}
}