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