blob: 0ef871a9d6f78eaa31ab7344cb074681b20db5bd [file] [log] [blame]
{
"name": "SSIDCard",
"version": "0.1.0",
"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": "0.1.0"
},
"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"
}