blob: 378cfd0f513df377fd246ce660d41e18683743f2 [file] [log] [blame]
{
"name": "TTesseractOCRiOS",
"header_dir": "TesseractOCR",
"version": "5.0.2",
"summary": "Use Tesseract OCR in iOS projects written in either Objective-C or Swift.",
"homepage": "https://github.com/SplashThat/TTesseract-OCR-iOS",
"documentation_url": "https://github.com/SplashThat/TTesseract-OCR-iOS/blob/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniele Galiotto": "genius@g8production.com",
"Kevin Conley": "kcon@stanford.edu"
},
"source": {
"git": "https://github.com/SplashThat/TTesseract-OCR-iOS.git",
"tag": "5.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"TesseractOCR/*.{h,m,mm}",
"TesseractOCR/include/**/*.h"
],
"private_header_files": "TesseractOCR/include/**/*.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"ios": {
"vendored_libraries": "TesseractOCR/lib/*.a"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lz",
"CLANG_CXX_LIBRARY": "compiler-default"
}
}