From e461d9162030567734b5074f5d91771b3f93a2de Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 23 Apr 2025 17:33:57 +0200 Subject: [PATCH] [Fix] WebIdEIdOnServerProductPlugin (14.3.0-SNAPSHOT) --- .../WebIdEIdOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec index 96f23f9..cdf4edd 100644 --- a/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec +++ b/WebIdEIdOnServerProductPlugin/14.3.0-SNAPSHOT/WebIdEIdOnServerProductPlugin.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/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1335.zip', :sha256 => '5234ed771751b50072429a7a9835e21d2a6096adf42a6692af8e67ebb8147d35' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1358.zip', :sha256 => 'cd8d7a6f0acd363941959ab517136bb7e01de50c096320b47de7c2fa1fd3409e' } 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 = 'WebIdEIdOnServerProductPlugin.xcframework' - s.dependency "WebIdEIdentPlugin", "6.3.1" - s.dependency "WebIdDigitalSigningPlugin", "12.2.1" - s.dependency "WebIdIosIdentScanPlugin", "13.3.2" - s.dependency "WebIdOnServerDocumentScanner", "13.3.2" + s.dependency "WebIdEIdentPlugin", "6.4.0" + s.dependency "WebIdDigitalSigningPlugin", "12.3.0" + s.dependency "WebIdIosIdentScanPlugin", "13.4.0" + s.dependency "WebIdOnServerDocumentScanner", "13.4.0" end