From 216c41c6fc184ad39a05793d4a986680eba2ad24 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 16:03:44 +0200 Subject: [PATCH] [Fix] WebIdEIdOnServerProductPlugin (13.4.1-SNAPSHOT) --- .../WebIdEIdOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec index 83ec1ca..5fb0b90 100644 --- a/WebIdEIdOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec +++ b/WebIdEIdOnServerProductPlugin/13.4.1-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/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.1/WebIdEIdOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1277.zip', :sha256 => '2dc309b75bcff8d37e0e0fe1be3a3bf78db3ebe4c8bab6b52b4bcb28e303b840' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.1/WebIdEIdOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1278.zip', :sha256 => '6c3a12fce9a31511899740e17254caaf530bf4bc64f85e18eaf50a0e8318286e' } 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", "5.5.0" - s.dependency "WebIdDigitalSigningPlugin", "11.4.0" - s.dependency "WebIdIosIdentScanPlugin", "12.5.0" - s.dependency "WebIdOnServerDocumentScanner", "12.5.0" + s.dependency "WebIdEIdentPlugin", "5.5.1" + s.dependency "WebIdDigitalSigningPlugin", "11.4.1" + s.dependency "WebIdIosIdentScanPlugin", "12.5.1" + s.dependency "WebIdOnServerDocumentScanner", "12.5.1" end