blob: ac9220f109ca715f82f224c5802ee90f1a6382e5 [file] [log] [blame]
{
"name": "HyperSnapSDK",
"version": "2.4.16",
"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.16"
},
"source_files": "HyperSnapSDK.framework/Headers/*.h",
"public_header_files": "HyperSnapSDK.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "HyperSnapSDK.framework",
"resources": "HVResources.bundle"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"dependencies": {
"Result": [
"~> 5.0"
]
}
}
]
}