[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / a / 0 / 7 / HyperKYC / 0.5.0 / HyperKYC.podspec.json
bloba75e91b6583c0edb79a00d50d9aeec742063a3a9
2   "name": "HyperKYC",
3   "version": "0.5.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.5.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.4.0"
28         ]
29       },
30       "vendored_frameworks": "Core/HyperKYC.xcframework",
31       "ios": {
32         "resources": "Core/HyperKYCResources.bundle"
33       }
34     },
35     {
36       "name": "DocDetect",
37       "dependencies": {
38         "HyperSnapSDK/DocDetect": [
39           "~> 4.4.0"
40         ]
41       },
42       "vendored_frameworks": "DocDetect/HyperKYC.xcframework",
43       "ios": {
44         "resources": "DocDetect/HyperKYCResources.bundle"
45       }
46     }
47   ],
48   "swift_version": "5.4"