[Add] LiveKitWebRTC-Vama 125.6422.11-Vama
[CocoaPods.git] / Specs / 2 / 7 / e / eyn / 1.0.4 / eyn.podspec.json
blob53b6fbcbc8cf5e3dfdda24e5758791d088c958bf
2   "name": "eyn",
3   "version": "1.0.4",
4   "platforms": {
5     "ios": "13.0"
6   },
7   "swift_versions": [
8     "5.0"
9   ],
10   "summary": "A swift-based sdk for EYNs API to perform identity checks.",
11   "description": "This library help mobile apps developers to integrate EYNs identity check API. It provides a Swift wrapper to EYNs API and a collection of UI screens and elements to capture photos of documents, reading of the NFC chip for chip-based documents and capturing of faces for facial recognition.",
12   "homepage": "https://www.eyn.vision/verifast",
13   "documentation_url": "https://github.com/Ayn-AI/VeriFast-SDK",
14   "license": {
15     "type": "Copyright",
16     "text": "                                Copyright 2020 EYN, Ltd. All rights reserved.\n"
17   },
18   "authors": {
19     "Robin Ankele": "dev@eyn.vision"
20   },
21   "source": {
22     "http": "https://eyn-sdks.s3.eu-west-2.amazonaws.com/ios/Eyn-v1.0.4.zip"
23   },
24   "ios": {
25     "source_files": "Eyn.framework/Headers/*.h",
26     "vendored_frameworks": "Eyn.framework",
27     "preserve_paths": "Eyn.framework"
28   },
29   "dependencies": {
30     "NFCPassportReader": [
31       "~> 1.0.12"
32     ],
33     "AWSS3": [
34       "~> 2.16.0"
35     ],
36     "lottie-ios": [
37       "~> 3.1.8"
38     ],
39     "Firebase/Crashlytics": [
40       "~> 6.33.0"
41     ],
42     "Firebase/Analytics": [
43       "~> 6.33.0"
44     ],
45     "Firebase/MLVision": [
46       "~> 6.33.0"
47     ],
48     "MaterialComponents/Dialogs": [
49       "~> 116.0.1"
50     ],
51     "MaterialComponents/Snackbar": [
52       "~> 116.0.1"
53     ],
54     "MaterialComponents/ActivityIndicator": [
55       "~> 116.0.1"
56     ],
57     "MaterialComponents/ProgressView": [
58       "~> 116.0.1"
59     ]
60   },
61   "frameworks": [
62     "Foundation",
63     "UIKit",
64     "AVFoundation"
65   ],
66   "pod_target_xcconfig": {
67     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
68   },
69   "user_target_xcconfig": {
70     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
71   },
72   "xcconfig": {
73     "ENABLE_BITCODE": "NO"
74   },
75   "swift_version": "5.0"