blob: 3e62e05e6b562ee95ecd21e8b1ed93a97a12dec6 [file] [log] [blame]
{
"name": "SwiftyTesseract",
"version": "3.1.3",
"summary": "A Swift wrapper around Tesseract for use in iOS applications.",
"swift_versions": "5.2",
"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": "11.0"
},
"source": {
"git": "https://github.com/SwiftyTesseract/SwiftyTesseract.git",
"tag": "3.1.3"
},
"source_files": "SwiftyTesseract/SwiftyTesseract/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"ios": {
"vendored_frameworks": "**/libtesseract.xcframework"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lc++ -lz",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.2"
}