[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 1 / a / kta-tesseract / 4.1.3 / kta-tesseract.podspec.json
blob32eaff304c407dc228939734725f617832327832
2   "name": "kta-tesseract",
3   "header_dir": "TesseractOCR",
4   "version": "4.1.3",
5   "summary": "Maintained version Tesseract OCR (with LSTM) for Objective-C or Swift.",
6   "homepage": "https://github.com/kurzdigital/kta-tesseract-ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "KURZ Digital Solutions GmbH & Co. KG": "ios@kurzdigital.com"
13   },
14   "source": {
15     "git": "https://github.com/kurzdigital/kta-tesseract-ios.git",
16     "tag": "4.1.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "TesseractOCR/*.{h,m,mm}",
23     "TesseractOCR/include/**/*.h"
24   ],
25   "private_header_files": "TesseractOCR/include/**/*.h",
26   "ios": {
27     "exclude_files": "TesseractOCR/include/leptonica/config_auto.h",
28     "vendored_libraries": "TesseractOCR/lib/*.a"
29   },
30   "requires_arc": true,
31   "frameworks": [
32     "UIKit",
33     "Foundation"
34   ],
35   "xcconfig": {
36     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
37     "OTHER_LDFLAGS": "-lc++ -lz",
38     "CLANG_CXX_LIBRARY": "compiler-default"
39   },
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   }