[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / b / c / Tesseract-Shared / 0.5.1 / Tesseract-Shared.podspec.json
blob137cb614a6c010877bcf9bc4f5441d411abbc1b7
2   "name": "Tesseract-Shared",
3   "version": "0.5.1",
4   "summary": "Shared code between Tesseract client and Tesseract service SDKs",
5   "homepage": "https://github.com/tesseract-one/Tesseract.swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tesseract Systems, Inc.": "info@tesseract.one"
12   },
13   "source": {
14     "git": "https://github.com/tesseract-one/Tesseract.swift.git",
15     "tag": "0.5.1"
16   },
17   "module_name": "TesseractShared",
18   "swift_versions": "5.6",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": [
23     "Sources/TesseractShared/**/*.swift",
24     "Sources/TesseractTransportsShared/**/*.swift",
25     "Sources/TesseractUtils/**/*.swift"
26   ],
27   "static_framework": true,
28   "dependencies": {
29     "Tesseract-Core": [
30       "0.5.1"
31     ]
32   },
33   "swift_version": "5.6"