[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / TesseractOCRiOS / 5.0.1 / TesseractOCRiOS.podspec.json
blobd68979bedd8b3d3e0ec39f72bc3450b3ac786eda
2   "name": "TesseractOCRiOS",
3   "header_dir": "TesseractOCR",
4   "version": "5.0.1",
5   "summary": "Use Tesseract OCR in iOS projects written in either Objective-C or Swift.",
6   "homepage": "https://github.com/gali8/Tesseract-OCR-iOS",
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/gali8/Tesseract-OCR-iOS.git",
18     "tag": "5.0.1"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": [
24     "TesseractOCR/*.{h,m,mm}",
25     "TesseractOCR/include/**/*.h"
26   ],
27   "private_header_files": "TesseractOCR/include/**/*.h",
28   "requires_arc": true,
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "ios": {
34     "vendored_libraries": "TesseractOCR/lib/*.a"
35   },
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-lz",
38     "CLANG_CXX_LIBRARY": "compiler-default"
39   }