[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 2 / f / HyperSnapSDKFatBinary / 2.6.1.1 / HyperSnapSDKFatBinary.podspec.json
blob0bd702a67d5a8550e5374987d4a199a7f19bdf12
2   "name": "HyperSnapSDKFatBinary",
3   "version": "2.6.1.1",
4   "static_framework": true,
5   "summary": "HyperVerge's iOS Framework for capturing documents and faces to be used with our AI Engines",
6   "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.",
7   "homepage": "https://github.com/hyperverge/HyperSnap-iOS-Fat-Binary",
8   "authors": "HyperVerge",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "license": {
13     "type": "Custom",
14     "file": "LICENSE"
15   },
16   "source": {
17     "git": "https://github.com/hyperverge/HyperSnap-iOS-Fat-Binary.git",
18     "tag": "2.6.1.1"
19   },
20   "source_files": "HyperSnapSDK.framework/Headers/*.h",
21   "public_header_files": "HyperSnapSDK.framework/Headers/*.h",
22   "ios": {
23     "vendored_frameworks": "HyperSnapSDK.framework",
24     "resources": "HVResources.bundle"
25   },
26   "swift_versions": "5.0",
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "dependencies": {
38         "Result": [
39           "~> 5.0"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"