blob: 3957357800ec15d8454b539f21d4e49039440be4 [file] [log] [blame]
{
"name": "TesseractiOSSDK",
"header_dir": "TesseractOCR",
"version": "4.0.5",
"summary": "Use Tesseract OCR in iOS projects written in either Objective-C or Swift.",
"homepage": "https://github.com/msgrizz/TesseractiOSSDK",
"documentation_url": "https://github.com/gali8/Tesseract-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/msgrizz/TesseractiOSSDK.git",
"tag": "4.0.5"
},
"platforms": {
"ios": "7.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": "-lstdc++ -lz",
"CLANG_CXX_LIBRARY": "compiler-default"
}
}