[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / 7 / HyperKYC / 0.20.1 / HyperKYC.podspec.json
blob198e445e035676f2d1249f06408b3d0e70e5fe12
2   "name": "HyperKYC",
3   "version": "0.20.1",
4   "summary": "HyperVerge's iOS Framework for capturing documents and faces to be used with our AI Engines",
5   "description": "HyperKyc SDK can be used to create Global DKYC workflows to capture images of ID cards, photos of the face of the user, and perform other operations like face matches, etc all within itself to ease up integration friction on the client end.",
6   "homepage": "https://github.com/hyperverge/HyperKYC",
7   "authors": "HyperVerge",
8   "license": {
9     "type": "Custom",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/hyperverge/HyperKYC.git",
14     "tag": "0.20.1"
15   },
16   "static_framework": true,
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": "5.4",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "dependencies": {
26         "HyperSnapSDK": [
27           "4.19.1"
28         ],
29         "MaterialComponents/TextControls+OutlinedTextFields": [
31         ],
32         "MaterialComponents/TextControls+OutlinedTextAreas": [
34         ]
35       },
36       "vendored_frameworks": "Core/HyperKYC.xcframework",
37       "ios": {
38         "resources": "Core/HyperKYCResources.bundle"
39       }
40     },
41     {
42       "name": "DocDetect",
43       "dependencies": {
44         "HyperSnapSDK/DocDetect": [
45           "4.19.1"
46         ],
47         "MaterialComponents/TextControls+OutlinedTextFields": [
49         ],
50         "MaterialComponents/TextControls+OutlinedTextAreas": [
52         ]
53       },
54       "vendored_frameworks": "DocDetect/HyperKYC.xcframework",
55       "ios": {
56         "resources": "DocDetect/HyperKYCResources.bundle"
57       }
58     }
59   ],
60   "swift_version": "5.4"