[Add] BlueBillywigNativePlayerKit-iOS 8.17.0
[CocoaPods.git] / Specs / a / 0 / 7 / HyperKYC / 0.24.0 / HyperKYC.podspec.json
blob19f7bc6fe49fd2e95c7e6bfc48436a85a7cfad3f
2   "name": "HyperKYC",
3   "version": "0.24.0",
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.24.0"
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.22.2"
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.22.2"
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"