[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / b / 0 / Vouched / 1.6.0 / Vouched.podspec.json
blob2d7858f694686bf7ec526e9c4a3e9cfa1c21f223
2   "name": "Vouched",
3   "version": "1.6.0",
4   "summary": "Making Verifications Fast and Simple.",
5   "swift_versions": "5.0",
6   "description": "The Vouched Library allows for fast and simple verifications using an ID and Selfie.",
7   "homepage": "https://github.com/vouched/vouched-ios",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Vouched": "support@vouched.id"
14   },
15   "source": {
16     "http": "https://github.com/vouched/vouched-ios/releases/download/v1.6.0/VouchedMobileSDK.zip"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "TensorFlowLiteSwift": [
33           "2.7.0"
34         ]
35       },
36       "ios": {
37         "vendored_frameworks": "VouchedMobileSDK/VouchedCore.framework"
38       }
39     },
40     {
41       "name": "Barcode",
42       "dependencies": {
43         "Vouched/Core": [
45         ]
46       },
47       "ios": {
48         "vendored_frameworks": [
49           "VouchedMobileSDK/VouchedCore.framework",
50           "VouchedMobileSDK/VouchedBarcode.framework"
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.0"