[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 8 / f / OCRToolSDK / 1.1.0 / OCRToolSDK.podspec.json
blobb485898ceddeeab90bc2cbe1eb1580743aaa92ef
2   "name": "OCRToolSDK",
3   "version": "1.1.0",
4   "summary": "身份证识别工具 --OCRToolSDK.",
5   "description": "1.修正SDK版本号",
6   "homepage": "https://github.com/cxx3344/OCRToolSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cxx3344": "2893358240@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/cxx3344/OCRToolSDK.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": [
22     "OCRToolSDK/Resources/*.png",
23     "OCRToolSDK/Resources/*.tflite",
24     "OCRToolSDK/Resources/*.txt"
25   ],
26   "ios": {
27     "vendored_frameworks": "OCRToolSDK/OCRToolSDK.framework"
28   },
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "AVFoundation"
33   ],
34   "dependencies": {
35     "TensorFlowLiteObjC": [
36       "~> 2.4.0"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "VALID_ARCHS": "x86_64 armv7 arm64"
41   },
42   "user_target_xcconfig": {
43     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
44   },
45   "requires_arc": true