blob: cbddf8364f6eae9fb4c0f75cb3baf94775f1ef51 [file] [log] [blame]
{
"name": "ChineseIDCardOCR",
"version": "0.0.4",
"summary": "中国二代身份证信息识别",
"description": "利用FFNN(前馈神经网络)OCR身份证信息",
"homepage": "http://www.prophetapp.cn",
"license": "Apache License, Version 2.0",
"authors": "Kevin.Gong",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KevinGong2013/ChineseIDCardOCR.git",
"tag": "0.0.4"
},
"source_files": "Sources",
"exclude_files": "Sources/OCR-Training.swift",
"resources": "ChineseIDCardOCR.bundle",
"dependencies": {
"GPUImage": [
"~> 0.1"
]
}
}