From 8a66634676fef46389806f9d2252f1ae80392ed8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 18 Mar 2025 13:39:01 +0100 Subject: [PATCH] [Update] WebIdEIdProductPlugin (14.4.3) --- .../14.4.3/WebIdEIdProductPlugin.podspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WebIdEIdProductPlugin/14.4.3/WebIdEIdProductPlugin.podspec diff --git a/WebIdEIdProductPlugin/14.4.3/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/14.4.3/WebIdEIdProductPlugin.podspec new file mode 100644 index 0000000..1467c46 --- /dev/null +++ b/WebIdEIdProductPlugin/14.4.3/WebIdEIdProductPlugin.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'WebIdEIdProductPlugin' + s.version = '14.4.3' + 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.3/WebIdEIdProductPlugin.framework-v14.4.3.zip', :sha256 => 'fab14897a37190b782011091261defb9246251101155e3fdba7a28aa2c6b7d8e' } + 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