[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 6 / tesseract-objc / 0.5.0 / tesseract-objc.podspec.json
blobe27f7de0592ae7a7309f69d6bdc57236a4f0c7c0
2   "name": "tesseract-objc",
3   "version": "0.5.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.5.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       "ios": {
32         "vendored_libraries": [
33           "tesseract-objc/Libraries/lib/ios/libleptonica.a",
34           "tesseract-objc/Libraries/lib/ios/libtesseract.a"
35         ],
36         "frameworks": "UIKit"
37       },
38       "libraries": "c++"
39     },
40     {
41       "name": "eng",
42       "dependencies": {
43         "tesseract-objc/code": [
45         ]
46       },
47       "resource_bundles": {
48         "tesseract-eng": [
49           "tesseract-objc/Assets/eng/tessdata"
50         ]
51       }
52     }
53   ]