Skip to content

Commit

Permalink
[Add] HyperKYC 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrirama Upadhya authored and CocoaPodsBot committed Sep 19, 2024
1 parent a68cd6d commit 9245fb3
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions Specs/a/0/7/HyperKYC/0.30.1/HyperKYC.podspec.json
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"
}

0 comments on commit 9245fb3

Please sign in to comment.