From 5ca9ac9558e2a0166113634dd220134b8b6d3990 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 20 May 2025 10:14:25 +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 de8e767..8486c46 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-1271.zip', :sha256 => '4670c5c44445e6b85ce3ae92e241ca01998ae592e7a15055a04be1c16ba57870' } + 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-1273.zip', :sha256 => 'ea6c11c8b166189f3cd6fad1c52c2923e79873adeb5db80257d048bfe61975c4' } 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.4.0" - s.dependency "WebIdDigitalSigningPlugin", "11.3.0" - s.dependency "WebIdIosIdentScanPlugin", "12.4.0" - s.dependency "WebIdOnServerDocumentScanner", "12.4.0" + s.dependency "WebIdEIdentPlugin", "5.3.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "11.2.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosIdentScanPlugin", "12.3.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots end