[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / b / YesidOCRCamera / 0.2.0 / YesidOCRCamera.podspec.json
blob65f4ec6730b03079554b337ad07767f624be56f6
2   "name": "YesidOCRCamera",
3   "version": "0.2.0",
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": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Emmanuel Mtera": "emtera@yesid.io"
13   },
14   "source": {
15     "http": "https://bitbucket.org/aimgrouptech/sdkframeworks/raw/559b4b3d8e9f92a1753d1a410d1181e8dbaada86/YesidOCRFramework.framework.zip"
16   },
17   "vendored_frameworks": "YesidOCRFramework.framework",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "dependencies": {
25     "GoogleMLKit/ObjectDetectionCustom": [
26       "~> 3.2.0"
27     ]
28   },
29   "swift_version": "5.0"