[Add] BlueBillywigNativePlayerKit-iOS 8.17.0
[CocoaPods.git] / Specs / 3 / b / 0 / Vouched / 1.9.5 / Vouched.podspec.json
blobff9384993140961f12900728790b116a934adfd8
2   "name": "Vouched",
3   "version": "1.9.5",
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   "authors": {
9     "Vouched": "support@vouched.id"
10   },
11   "source": {
12     "http": "https://github.com/vouched/vouched-ios/releases/download/v1.9.5/VouchedMobileSDK.zip"
13   },
14   "platforms": {
15     "ios": "15.0"
16   },
17   "user_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "TensorFlowLiteSwift": [
29           "2.7.0"
30         ]
31       },
32       "ios": {
33         "vendored_frameworks": "VouchedMobileSDK/VouchedCore.framework"
34       }
35     },
36     {
37       "name": "Barcode",
38       "dependencies": {
39         "Vouched/Core": [
41         ]
42       },
43       "ios": {
44         "vendored_frameworks": [
45           "VouchedMobileSDK/VouchedCore.framework",
46           "VouchedMobileSDK/VouchedBarcode.framework"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.0"