From ef61cdf948f36d9fc06d7f0dc22cf5c42903941d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 14 Mar 2025 16:55:35 +0100 Subject: [PATCH] [Update] WebIdEIdProductPlugin (14.4.0) --- .../14.4.0/WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/14.4.0/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/14.4.0/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/14.4.0/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..f0bd1da --- /dev/null +++ b/WebIdEIdProductPlugin/14.4.0/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '14.4.0' + s.summary = 'The WebID eId product-plugin for iOS.' + + s.homepage = 'https://webid-solutions.de/' + s.license = { :type => 'Commercial', :text => 'Copyright (C) 2013 - 2024 WebID Solutions GmbH | www.webid-solutions.de. All Rights Reserved' } + s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } + + s.platform = :ios + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdEIdProductPlugin/14.4.0/WebIdEIdProductPlugin.framework-v14.4.0.zip', :sha256 => '9a78456285e739e79643e77c4363899c199cc733c86f532b95089544a7b285c6' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' + + s.dependency "WebIdOnDeviceDocumentScanner", "13.3.2" + s.dependency "WebIdIosIdentScanPlugin", "13.3.2" + s.dependency "WebIdEIdentPlugin", "6.3.1" + s.dependency "WebIdDigitalSigningPlugin", "12.2.1" +end