[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / b / 0 / Vouched / 0.8.1 / Vouched.podspec.json
blob1be920cf11b218565ea3cecaf93e6ccba3ace674
2   "name": "Vouched",
3   "version": "0.8.1",
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/v0.8.1/VouchedMobileSDK.zip"
17   },
18   "platforms": {
19     "ios": "12.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.2"
34         ],
35         "Sentry": [
37         ]
38       },
39       "ios": {
40         "vendored_frameworks": "VouchedMobileSDK/VouchedCore.framework"
41       }
42     },
43     {
44       "name": "Barcode",
45       "dependencies": {
46         "Vouched/Core": [
48         ],
49         "GoogleMLKit/BarcodeScanning": [
51         ]
52       },
53       "ios": {
54         "vendored_frameworks": [
55           "VouchedMobileSDK/VouchedCore.framework",
56           "VouchedMobileSDK/VouchedBarcode.framework"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"