[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 6 / b / YesidOCRCamera / 0.2.3 / YesidOCRCamera.podspec.json
blob3b052ada6631551fc457c517dcfcbd77d75658ca
2   "name": "YesidOCRCamera",
3   "version": "0.2.3",
4   "summary": "YesidOCRCamera is a SwiftUI library for capturing and processing identity cards and passports using OCR and images.",
5   "description": "YesidOCRCamera is a library designed to simplify the process of capturing and processing identity cards and passports using OCR and images in a SwiftUI app. It provides a straightforward interface for capturing images and extracting relevant information, such as text and metadata, from them. The library utilizes the GoogleMLKit/ObjectDetectionCustom dependency for object detection and classification, ensuring reliable and accurate processing. The library also includes a resource bundle with pre-built assets, making it easy to integrate into your app.",
6   "homepage": "https://bitbucket.org/aimgrouptech/yesid-sdk-examples/src/master/YesidOCRCamera",
7   "license": "MIT",
8   "authors": {
9     "Emmanuel Mtera": "emtera@yesid.io"
10   },
11   "source": {
12     "http": "https://bitbucket.org/aimgrouptech/sdkframeworks/raw/master/YesidOCRFramework/YesidOCRFramework.framework.zip"
13   },
14   "vendored_frameworks": "YesidOCRFramework.framework",
15   "platforms": {
16     "ios": "13.0"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "exclude_files": "Classes/Exclude",
22   "dependencies": {
23     "GoogleMLKit/ObjectDetectionCustom": [
24       "~> 3.2.0"
25     ]
26   },
27   "swift_version": "5.0"