[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / c / 7 / tencentocr / 1.0.2 / tencentocr.podspec.json
blob97b3d94988e9c968424974493949e4769b5983c7
2   "name": "tencentocr",
3   "version": "1.0.2",
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, update to 5.0.3",
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     "AdSupport",
28     "CoreLocation",
29     "AssetsLibrary"
30   ],
31   "libraries": "c++",
32   "source": {
33     "git": "https://git.dev.tencent.com/sins/tencentocr.git",
34     "tag": "1.0.2"
35   },
36   "source_files": "include/*.h",
37   "platforms": {
38     "ios": "8.0"
39   },
40   "ios": {
41     "vendored_frameworks": "sdks/*.framework",
42     "resources": "bundles/*.bundle",
43     "vendored_libraries": "librecdetect.a"
44   },
45   "pod_target_xcconfig": {
46     "OTHER_LDFLAGS": "-lObjC -lz",
47     "VALID_ARCHS[sdk=iphonesimulator*]": ""
48   }