blob: b65a5f0bb6c9d58c81c259b4797cca1558272406 [file] [log] [blame]
{
"name": "TesseractOCRSDKiOS",
"header_dir": "TesseractOCRSDKiOS",
"version": "4.0.2",
"summary": "Use Tesseract OCR in iOS projects written in either Objective-C or Swift.",
"homepage": "https://github.com/msgrizz/TesseractOCRSDKiOS",
"documentation_url": "https://github.com/msgrizz/TesseractOCRSDKiOS/blob/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mister Grizzly Official": "hi@mistergrizzly.com"
},
"source": {
"git": "https://github.com/msgrizz/TesseractOCRSDKiOS.git",
"tag": "4.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"TesseractOCRSDKiOS/*.{h,m,mm}",
"TesseractOCRSDKiOS/include/**/*.h"
],
"private_header_files": "TesseractOCRSDKiOS/include/**/*.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"ios": {
"vendored_libraries": "TesseractOCRSDKiOS/lib/*.a"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lstdc++ -lz",
"CLANG_CXX_LIBRARY": "compiler-default"
}
}