From 282ddf84b0ca1db4ea0a8f4e6f2f72db42b1e853 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 23 Apr 2025 17:34:20 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (14.3.0-SNAPSHOT) --- .../14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec index f9a290c..65e34ef 100644 --- a/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 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-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.3.0/WebIdEIdProductPlugin.framework-v14.3.0-SNAPSHOT-1335.zip', :sha256 => '0065992cb0182342d0d706fddc2a7dc9e542f61c7609a69febb372b167810bcb' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.3.0/WebIdEIdProductPlugin.framework-v14.3.0-SNAPSHOT-1358.zip', :sha256 => 'd7e86eadf0e11a578be575881b191ea8c3bbab11d5b0afab030d5aada011095f' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| 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" + s.dependency "WebIdOnDeviceDocumentScanner", "13.4.0" + s.dependency "WebIdIosIdentScanPlugin", "13.4.0" + s.dependency "WebIdEIdentPlugin", "6.4.0" + s.dependency "WebIdDigitalSigningPlugin", "12.3.0" end