[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / f / 0 / 6 / Tesseract / 0.0.1 / Tesseract.podspec.json
blob77587b635248eb126d92f33e36a5120eda1f0d2e
2   "name": "Tesseract",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "OCR lib for iOS.",
8   "description": "Tesseract and Leptonica libraries compiled for iOS.",
9   "homepage": "https://github.com/ldiqual/tesseract-ios-lib",
10   "authors": "ldiqual",
11   "source": {
12     "git": "https://github.com/ldiqual/tesseract-ios-lib.git",
13     "commit": "119c71c8af4a76fa97623dc0de3d6228d23631b7"
14   },
15   "license": {
16     "type": "Apache License, Version 2.0",
17     "text": "    http://www.apache.org/licenses/LICENSE-2.0.txt\n    http://www.apache.org/licenses/\n"
18   },
19   "source_files": [
20     "include/leptonica/*.h",
21     "include/tesseract/*.h"
22   ],
23   "preserve_paths": [
24     "lib/liblept.a",
25     "lib/libtesseract_all.a"
26   ],
27   "libraries": [
28     "lept",
29     "tesseract_all"
30   ],
31   "xcconfig": {
32     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Tesseract/lib\"",
33     "OTHER_LDFLAGS": "-lstdc++"
34   },
35   "requires_arc": false