[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 4 / d / kta-tesseract-swift / 0.0.7 / kta-tesseract-swift.podspec.json
blobf25ba02f44faf764781be4e5566b66df2ef8b56c
2   "name": "kta-tesseract-swift",
3   "version": "0.0.7",
4   "summary": "Tesseract for usage in Swift projects, delivered as xcframework",
5   "homepage": "https://www.kurzdigital.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "KURZ Digital Solutions": "ios@kurzdigital.com"
12   },
13   "source": {
14     "git": "https://github.com/kurzdigital/kta-tesseract-swift.git",
15     "tag": "0.0.7"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "source_files": "Sources/*.{swift}",
21   "swift_versions": "5.0",
22   "ios": {
23     "vendored_frameworks": "Library/libtesseract.xcframework"
24   },
25   "static_framework": true,
26   "xcconfig": {
27     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
28     "OTHER_LDFLAGS": "-lc++ -lz",
29     "CLANG_CXX_LIBRARY": "compiler-default"
30   },
31   "swift_version": "5.0"