2 "name": "TesseractiOSSDK",
3 "header_dir": "TesseractOCR",
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",
13 "Daniele Galiotto": "genius@g8production.com",
14 "Kevin Conley": "kcon@stanford.edu"
17 "git": "https://github.com/msgrizz/TesseractiOSSDK.git",
24 "TesseractOCR/*.{h,m,mm,hpp}",
25 "TesseractOCR/include/**/*.h",
26 "TesseractOCR/include/**/*.hpp"
28 "private_header_files": "TesseractOCR/include/**/*.h",
35 "vendored_libraries": "TesseractOCR/lib/*.a"
38 "OTHER_LDFLAGS": "-lstdc++ -lz",
39 "CLANG_CXX_LIBRARY": "compiler-default"