[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 0 / 7 / HyperKYC / 0.7.2 / HyperKYC.podspec.json
blob4124f46c2eb31f5f986e6babbe8d941b68261b8b
2   "name": "HyperKYC",
3   "version": "0.7.2",
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.7.2"
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.6.2"
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.6.2"
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"