[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / a / 3 / HyperSnapSDK / 4.20.1 / HyperSnapSDK.podspec.json
blob1c8e38eb0ecb12fbd937462e88f8a78daa143080
2   "name": "HyperSnapSDK",
3   "version": "4.20.1",
4   "summary": "HyperVerge's iOS Framework for capturing documents and faces to be used with our AI Engines",
5   "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.",
6   "homepage": "https://github.com/hyperverge/capture-ios-sdk",
7   "authors": "HyperVerge",
8   "license": {
9     "type": "Custom",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/hyperverge/capture-ios-sdk.git",
14     "tag": "4.20.1"
15   },
16   "static_framework": true,
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": "5.0",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "vendored_frameworks": "Core/HyperSnapSDK.xcframework",
26       "ios": {
27         "resources": "Core/HVResources.bundle"
28       }
29     },
30     {
31       "name": "DocDetect",
32       "dependencies": {
33         "TensorFlowLiteSwift": [
34           "2.11.0"
35         ]
36       },
37       "vendored_frameworks": "DocDetect/HyperSnapSDK.xcframework",
38       "ios": {
39         "resources": "DocDetect/HVResources.bundle"
40       }
41     }
42   ],
43   "swift_version": "5.0"