blob: d3ae9d546a9d439624fdb01e046ec2fde3b8eb6b [file] [log] [blame]
{
"name": "OCRToolSDK",
"version": "1.0.0",
"summary": "身份证识别工具 --OCRToolSDK.",
"description": "1.以静态库Framework的形式提供",
"homepage": "https://github.com/cxx3344/OCRToolSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cxx3344": "2893358240@qq.com"
},
"source": {
"git": "https://github.com/cxx3344/OCRToolSDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"resources": "OCRToolSDK/Resources/*.png",
"ios": {
"vendored_frameworks": "OCRToolSDK/OCRToolSDK.framework"
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"requires_arc": true
}