[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / b / d / TesseractiOSSDK / 4.0.2 / TesseractiOSSDK.podspec.json
blob745b9c52fbd7f6d4ed875f0b656118f274249421
2   "name": "TesseractiOSSDK",
3   "header_dir": "TesseractOCR",
4   "version": "4.0.2",
5   "summary": "Use Tesseract OCR in iOS projects written in either Objective-C or Swift.",
6   "homepage": "https://github.com/msgrizz/TesseractiOSSDK",
7   "documentation_url": "https://github.com/gali8/Tesseract-OCR-iOS/blob/master/README.md",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Daniele Galiotto": "genius@g8production.com",
14     "Kevin Conley": "kcon@stanford.edu"
15   },
16   "source": {
17     "git": "https://github.com/msgrizz/TesseractiOSSDK.git",
18     "tag": "4.0.2"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "source_files": [
24     "TesseractOCR/*.{h,m,mm,hpp}",
25     "TesseractOCR/include/**/*.h",
26     "TesseractOCR/include/**/*.hpp"
27   ],
28   "private_header_files": "TesseractOCR/include/**/*.h",
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "Foundation"
33   ],
34   "ios": {
35     "vendored_libraries": "TesseractOCR/lib/*.a"
36   },
37   "xcconfig": {
38     "OTHER_LDFLAGS": "-lstdc++ -lz",
39     "CLANG_CXX_LIBRARY": "compiler-default"
40   }