[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / a / 0 / 7 / HyperKYC / 0.36.0-hunter / HyperKYC.podspec.json
blob67a029f6c7a78aab2540140b926bc5c92e7f5212
2   "name": "HyperKYC",
3   "version": "0.36.0-hunter",
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.36.0-hunter"
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.28.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.28.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"