-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a68cd6d
commit 9245fb3
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"name": "HyperKYC", | ||
"version": "0.30.1", | ||
"summary": "HyperVerge's iOS Framework for capturing documents and faces to be used with our AI Engines", | ||
"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.", | ||
"homepage": "https://github.com/hyperverge/HyperKYC", | ||
"authors": "HyperVerge", | ||
"license": { | ||
"type": "Custom", | ||
"file": "LICENSE" | ||
}, | ||
"source": { | ||
"git": "https://github.com/hyperverge/HyperKYC.git", | ||
"tag": "0.30.1" | ||
}, | ||
"static_framework": true, | ||
"platforms": { | ||
"ios": "11.0" | ||
}, | ||
"swift_versions": "5.4", | ||
"weak_frameworks": [ | ||
"CoreNFC", | ||
"CryptoKit" | ||
], | ||
"default_subspecs": "Core", | ||
"subspecs": [ | ||
{ | ||
"name": "Core", | ||
"dependencies": { | ||
"HyperSnapSDK": [ | ||
"4.24.0" | ||
], | ||
"MaterialComponents/TextControls+OutlinedTextFields": [ | ||
|
||
], | ||
"MaterialComponents/TextControls+OutlinedTextAreas": [ | ||
|
||
] | ||
}, | ||
"vendored_frameworks": "Core/HyperKYC.xcframework", | ||
"ios": { | ||
"resources": "Core/HyperKYCResources.bundle" | ||
} | ||
}, | ||
{ | ||
"name": "DocDetect", | ||
"dependencies": { | ||
"HyperSnapSDK/DocDetect": [ | ||
"4.24.0" | ||
], | ||
"MaterialComponents/TextControls+OutlinedTextFields": [ | ||
|
||
], | ||
"MaterialComponents/TextControls+OutlinedTextAreas": [ | ||
|
||
] | ||
}, | ||
"vendored_frameworks": "DocDetect/HyperKYC.xcframework", | ||
"ios": { | ||
"resources": "DocDetect/HyperKYCResources.bundle" | ||
} | ||
} | ||
], | ||
"swift_version": "5.4" | ||
} |