blob: 3c88911dd64fb73b6afb06ab266135bddaf3b3da [file] [log] [blame]
{
"name": "SSIDCard",
"version": "1.4.1",
"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.4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SSIDCard/Classes/**/*",
"SSIDCard/Lib"
],
"resources": "SSIDCard/Resource/**",
"frameworks": "UIKit",
"requires_arc": true,
"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",
"vendored_frameworks": "SSIDCard/Frameworks/*.framework"
},
"public_header_files": "SSIDCard/Classes/Public/**/*.h"
}