[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 8 / 6 / tesseract-objc / 0.6.0 / tesseract-objc.podspec.json
blobaca1e6f0e7306a73c4ef57c04e6d30a1baea06c8
2   "name": "tesseract-objc",
3   "version": "0.6.0",
4   "summary": "Tesseract OCR Objective-C bindings",
5   "description": "tesseract-objc contains:\n* ObjC API with handy blocks\n* Pre-built static libraries: libleptonica, libtesseract\n* English tessdata for recognition as optional subspec\n* Shell script to rebuild static libraries from official repos via git submodules",
6   "homepage": "https://github.com/stefan-sedlak/tesseract-objc",
7   "license": {
8     "type": "2-BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stefan Sedlak": "stefan@sedlak.eu"
13   },
14   "source": {
15     "git": "https://github.com/stefan-sedlak/tesseract-objc.git",
16     "tag": "0.6.0"
17   },
18   "module_name": "Tesseract",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "code",
23   "subspecs": [
24     {
25       "name": "code",
26       "source_files": [
27         "tesseract-objc/Classes/**/*",
28         "tesseract-objc/Libraries/include/**/*.h"
29       ],
30       "public_header_files": "tesseract-objc/Classes/Tesseract.h",
31       "private_header_files": "tesseract-objc/Libraries/include/**/*.h",
32       "ios": {
33         "vendored_libraries": [
34           "tesseract-objc/Libraries/lib/ios/libleptonica.a",
35           "tesseract-objc/Libraries/lib/ios/libtesseract.a"
36         ],
37         "frameworks": "UIKit"
38       },
39       "libraries": "c++"
40     },
41     {
42       "name": "eng",
43       "dependencies": {
44         "tesseract-objc/code": [
46         ]
47       },
48       "resource_bundles": {
49         "tesseract-eng": [
50           "tesseract-objc/Assets/eng/tessdata"
51         ]
52       }
53     }
54   ]