From da2a1da0077f76152ec08a1ea390db4134812254 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 27 Mar 2026 13:06:03 +0100 Subject: [PATCH] [Fix] WebIdSdkUiKitComponents (21.0.4-SNAPSHOT) --- .../21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec index b61d2e2..8259d85 100644 --- a/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/21.0.4-SNAPSHOT/WebIdSdkUiKitComponents.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/WebIdSdkUiKitComponents/21.0.4/WebIdSdkUiKitComponents.framework-v21.0.4-SNAPSHOT-279.zip', :sha256 => '2fceb73dd03fe77193f36c291ffa5822dc4ae0291a4e9ea9711b11d2757b4bc6' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.4/WebIdSdkUiKitComponents.framework-v21.0.4-SNAPSHOT-280.zip', :sha256 => 'd8e7089ee9efac543b43bc07c501730c142b90530c4fa4e364ca63eb659d223e' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework' s.dependency "WebIdUiKitComponents", "21.0.9-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "21.2.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosSdk", "21.3.1-SNAPSHOT" #branch:snapshots end