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}",
25 "TesseractOCR/include/**/*.h"
27 "private_header_files": "TesseractOCR/include/**/*.h",
34 "vendored_libraries": "TesseractOCR/lib/*.a"
37 "OTHER_LDFLAGS": "-lstdc++ -lz",
38 "CLANG_CXX_LIBRARY": "compiler-default"