[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / a / 6 / 7 / TesseractOCRSDKiOS / 4.0.1 / TesseractOCRSDKiOS.podspec.json
blob4d3a6b5ac62f47103fcd08a38f409f9f089a6ef7
2   "name": "TesseractOCRSDKiOS",
3   "header_dir": "TesseractOCRSDKiOS",
4   "version": "4.0.1",
5   "summary": "Use Tesseract OCR in iOS projects written in either Objective-C or Swift.",
6   "homepage": "https://github.com/msgrizz/TesseractOCRSDKiOS",
7   "documentation_url": "https://github.com/msgrizz/TesseractOCRSDKiOS/blob/master/README.md",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Mister Grizzly Official": "hi@mistergrizzly.com"
14   },
15   "source": {
16     "git": "https://github.com/msgrizz/TesseractOCRSDKiOS.git",
17     "tag": "4.0.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": [
23     "TesseractOCRSDKiOS/*.{h,m,mm}",
24     "TesseractOCRSDKiOS/include/**/*.h"
25   ],
26   "private_header_files": "TesseractOCRSDKiOS/include/**/*.h",
27   "requires_arc": true,
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "ios": {
33     "vendored_libraries": "TesseractOCRSDKiOS/lib/*.a"
34   },
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-lstdc++ -lz",
37     "CLANG_CXX_LIBRARY": "compiler-default"
38   }