blob: b7dce82704b246efdbd4768cbad3939513a170eb [file] [log] [blame]
{
"name": "HyperSnapSDK",
"version": "2.4.15",
"static_framework": true,
"summary": "HyperVerge's iOS Framework for capturing documents and faces to be used with our AI Engines",
"description": "HyperSnapSDK is HyperVerge’s documents + face capture framework that captures images at a resolution appropriate for our proprietary Deep Learning OCR and Face Recognition Engines.The framework provides a liveness feature that uses our advanced AI Engines to tell if a captured image is that of a real person or a photograph.",
"homepage": "https://github.com/hyperverge/capture-ios-sdk",
"authors": "HyperVerge",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "Custom",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/hyperverge/capture-ios-sdk.git",
"tag": "2.4.15"
},
"source_files": "HyperSnapSDK.framework/Headers/*.h",
"public_header_files": "HyperSnapSDK.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "HyperSnapSDK.framework",
"resources": "HVResources.bundle"
}
}