[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / b / d / TesseractiOSSDK / 4.0.4 / TesseractiOSSDK.podspec.json
blob40ac1e6938281de1c1060ec25361af7ad44d45b9
2   "name": "TesseractiOSSDK",
3   "header_dir": "TesseractOCR",
4   "version": "4.0.4",
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.4"
19   },
20   "platforms": {
21     "ios": "7.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": "-lstdc++ -lz",
38     "CLANG_CXX_LIBRARY": "compiler-default"
39   }