blob: dae987e67e2f11d266e578c92db5ce267afb6686 [file] [log] [blame]
{
"name": "tencentocr",
"version": "1.0.1",
"summary": "tencent face verify and idcard ocr libraries",
"homepage": "https://git.dev.tencent.com/sins/tencentocr.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stanley": "stanley@leadinvr.com"
},
"description": "tencent face verify and idcard ocr libraries",
"frameworks": [
"UIKit",
"AVFoundation",
"MobileCoreServices",
"CoreVideo",
"Accelerate",
"Security",
"SystemConfiguration",
"CoreMedia",
"AudioToolbox",
"CoreTelephony",
"ImageIO",
"WebKit",
"CoreLocation",
"AssetsLibrary"
],
"libraries": "c++",
"source": {
"git": "https://git.dev.tencent.com/sins/tencentocr.git",
"tag": "1.0.1"
},
"source_files": "include/*.h",
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "sdks/*.framework",
"resources": "bundles/*.bundle",
"vendored_libraries": "librecdetect.a"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC -lz",
"VALID_ARCHS[sdk=iphonesimulator*]": ""
}
}