blob: dcf70705363480e5d16893339567e323fe7259d8 [file] [log] [blame]
{
"name": "SSIDCard",
"version": "1.3",
"summary": "扫描识别中国二代身份证",
"description": "TODO: 通过扫描中国二代身份证,识别姓名和身份证号.",
"homepage": "https://github.com/sansansisi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"毵毵肆肆": "zhangjiamingcoder@gmail.com"
},
"source": {
"git": "https://github.com/sansansisi/SSIDCard.git",
"tag": "1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SSIDCard/Classes/**/*",
"SSIDCard/Lib"
],
"resources": "SSIDCard/Resource/**",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"OpenCV-Dynamic": [
"~> 3.2.4"
]
},
"private_header_files": [
"SSIDCard/Classes/Private/Header/leptonica/*.h",
"SSIDCard/Classes/Private/Header/tesseract/*.h",
"SSIDCard/Classes/Private/**/*.h"
],
"ios": {
"vendored_libraries": "SSIDCard/Lib/*.a"
},
"public_header_files": "SSIDCard/Classes/Public/**/*.h"
}