[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / e / c / 7 / tencentocr / 1.0.0 / tencentocr.podspec.json
blob76237c4cd7ab83b8cd78c6771dde3092800a884f
2   "name": "tencentocr",
3   "version": "1.0.0",
4   "summary": "tencent face verify and idcard ocr libraries",
5   "homepage": "https://git.dev.tencent.com/sins/tencentocr.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "stanley": "stanley@leadinvr.com"
12   },
13   "description": "tencent face verify and idcard ocr libraries",
14   "frameworks": [
15     "UIKit",
16     "AVFoundation",
17     "MobileCoreServices",
18     "CoreVideo",
19     "Accelerate",
20     "Security",
21     "SystemConfiguration",
22     "CoreMedia",
23     "AudioToolbox",
24     "CoreTelephony",
25     "ImageIO",
26     "WebKit",
27     "CoreLocation",
28     "AssetsLibrary"
29   ],
30   "libraries": "c++",
31   "source": {
32     "git": "https://git.dev.tencent.com/sins/tencentocr.git",
33     "tag": "1.0.0"
34   },
35   "source_files": "include/*.h",
36   "platforms": {
37     "ios": "8.0"
38   },
39   "ios": {
40     "vendored_frameworks": "sdks/*.framework",
41     "resources": "bundles/*.bundle",
42     "vendored_libraries": "librecdetect.a"
43   },
44   "pod_target_xcconfig": {
45     "OTHER_LDFLAGS": "-lObjC -lz",
46     "VALID_ARCHS[sdk=iphonesimulator*]": ""
47   }