blob: 91db39dee951052eed2ad26491ad8ea9e72b40ec [file] [log] [blame]
{
"name": "YCCardOCRKit",
"version": "0.0.1",
"summary": "IDcard recognize",
"description": "use for IDcard recognize[RC]",
"homepage": "https://github.com/Uawful/YCCardOCRKit",
"license": "MIT",
"authors": {
"jeremy": "441406859@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Uawful/YCCardOCRKit.git",
"tag": "0.0.1"
},
"source_files": "YCCardOCRKit/YCCardOCRKit.framework/Headers/*",
"vendored_frameworks": "YCCardOCRKit/YCCardOCRKit.framework",
"public_header_files": "YCCardOCRKit/YCCardOCRKit.framework/Headers/IDCardTool.h",
"resources": "YCCardOCRKit/tessdata",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"OpenCV": [
"~> 3.0.0"
],
"TesseractOCRiOS": [
"~> 4.0.0"
]
}
}