blob: 85bfd3434f2e9987fa04794eba81bdd9d17fd6b3 [file] [log] [blame]
{
"name": "eyn",
"version": "1.0.6",
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0"
],
"summary": "A swift-based sdk for EYNs API to perform identity checks.",
"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.",
"homepage": "https://www.eyn.vision/verifast",
"documentation_url": "https://github.com/Ayn-AI/VeriFast-SDK",
"license": {
"type": "Copyright",
"text": " Copyright 2020 EYN, Ltd. All rights reserved.\n"
},
"authors": {
"Robin Ankele": "dev@eyn.vision"
},
"source": {
"http": "https://eyn-sdks.s3.eu-west-2.amazonaws.com/ios/Eyn-v1.0.6.zip"
},
"ios": {
"source_files": "Eyn.framework/Headers/*.h",
"vendored_frameworks": "Eyn.framework",
"preserve_paths": "Eyn.framework"
},
"dependencies": {
"NFCPassportReader": [
"~> 1.0.12"
],
"AWSS3": [
"~> 2.16.0"
],
"lottie-ios": [
"~> 3.1.8"
],
"Firebase/Crashlytics": [
"~> 6.33.0"
],
"Firebase/Analytics": [
"~> 6.33.0"
],
"Firebase/MLVision": [
"~> 6.33.0"
],
"MaterialComponents/Dialogs": [
"~> 116.0.1"
],
"MaterialComponents/Snackbar": [
"~> 116.0.1"
],
"MaterialComponents/ActivityIndicator": [
"~> 116.0.1"
],
"MaterialComponents/ProgressView": [
"~> 116.0.1"
]
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_version": "5.0"
}