[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / 7 / HyperKYC / 0.26.1 / HyperKYC.podspec.json
blob55d9b4bdaba19d7d691fb04d6e595d11527b506b
2   "name": "HyperKYC",
3   "version": "0.26.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.26.1"
15   },
16   "static_framework": true,
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": "5.4",
21   "weak_frameworks": [
22     "CoreNFC",
23     "CryptoKit"
24   ],
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "HyperSnapSDK": [
31           "4.23.0"
32         ],
33         "MaterialComponents/TextControls+OutlinedTextFields": [
35         ],
36         "MaterialComponents/TextControls+OutlinedTextAreas": [
38         ]
39       },
40       "vendored_frameworks": "Core/HyperKYC.xcframework",
41       "ios": {
42         "resources": "Core/HyperKYCResources.bundle"
43       }
44     },
45     {
46       "name": "DocDetect",
47       "dependencies": {
48         "HyperSnapSDK/DocDetect": [
49           "4.23.0"
50         ],
51         "MaterialComponents/TextControls+OutlinedTextFields": [
53         ],
54         "MaterialComponents/TextControls+OutlinedTextAreas": [
56         ]
57       },
58       "vendored_frameworks": "DocDetect/HyperKYC.xcframework",
59       "ios": {
60         "resources": "DocDetect/HyperKYCResources.bundle"
61       }
62     }
63   ],
64   "swift_version": "5.4"