blob: 48e4c3578eea28727d18020f425060eade46106b [file] [log] [blame]
{
"name": "SwiftyTesseract",
"version": "2.0.1",
"summary": "A Swift wrapper around Tesseract for use in iOS applications.",
"description": "SwiftyTesseract is a library used to perform optical character recognition\nin your iOS projects. SwiftyTesseract only implements the functionality of\nTesseract and provides no additional image processing. If you would like an\nout-of-the-box solution that performs live OCR, please check out\nSwiftyTesseractRTE.",
"homepage": "https://github.com/SwiftyTesseract/SwiftyTesseract",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Steven Sherry": "steven.sherry@affinityforapps.com"
},
"social_media_url": "http://twitter.com/steven_0351",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/SwiftyTesseract/SwiftyTesseract.git",
"tag": "2.0.1"
},
"source_files": [
"SwiftyTesseract/SwiftyTesseract/*.swift",
"SwiftyTesseract/SwiftyTesseract/**/*.{h,swift}"
],
"private_header_files": "SwiftyTesseract/SwiftyTesseract/dependencies/include/**/*.h",
"requires_arc": true,
"frameworks": "UIKit",
"ios": {
"vendored_libraries": "SwiftyTesseract/SwiftyTesseract/dependencies/lib/*.a"
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/SwiftyTesseract/SwiftyTesseract/SwiftyTesseract/dependencies/include/tesseract/**",
"OTHER_LDFLAGS": "-lstdc++ -lz",
"CLANG_CXX_LIBRARY": "compiler-default"
},
"preserve_paths": "SwiftyTesseract/SwiftyTesseract/dependencies/include/tesseract/module.modulemap"
}