[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / c / TesseractOCRiOS / 3.4.0 / TesseractOCRiOS.podspec.json
blobea30da9095145aacee628a0751ece7a5f3d0c058
2   "name": "TesseractOCRiOS",
3   "version": "3.4.0",
4   "summary": "Use Tesseract OCR in iOS projects written in either Objective-C or Swift.",
5   "homepage": "https://github.com/gali8/Tesseract-OCR-iOS",
6   "documentation_url": "https://github.com/gali8/Tesseract-OCR-iOS/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Daniele Galiotto": "genius@g8production.com",
13     "Kevin Conley": "kcon@stanford.edu"
14   },
15   "source": {
16     "git": "https://github.com/gali8/Tesseract-OCR-iOS.git",
17     "tag": "3.4.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": [
23     "TesseractOCR/*.h",
24     "TesseractOCR/include/**/*.h"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "ios": {
32     "vendored_libraries": "TesseractOCR/lib/*.a",
33     "vendored_frameworks": "Products/TesseractOCR.framework"
34   },
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-lstdc++ -weak_library /usr/lib/libstdc++.6.0.9.dylib",
37     "CLANG_CXX_LIBRARY": "compiler-default"
38   }