[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / a / 0 / 7 / HyperKYC / 0.6.0 / HyperKYC.podspec.json
blob6bee8ad7df2aea45329a9a8d89bf2f861531a05f
2   "name": "HyperKYC",
3   "version": "0.6.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.6.0"
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.5.0"
28         ],
29         "MaterialComponents/TextControls+OutlinedTextFields": [
31         ]
32       },
33       "vendored_frameworks": "Core/HyperKYC.xcframework",
34       "ios": {
35         "resources": "Core/HyperKYCResources.bundle"
36       }
37     },
38     {
39       "name": "DocDetect",
40       "dependencies": {
41         "HyperSnapSDK/DocDetect": [
42           "~> 4.5.0"
43         ],
44         "MaterialComponents/TextControls+OutlinedTextFields": [
46         ]
47       },
48       "vendored_frameworks": "DocDetect/HyperKYC.xcframework",
49       "ios": {
50         "resources": "DocDetect/HyperKYCResources.bundle"
51       }
52     }
53   ],
54   "swift_version": "5.4"