From 1a9fe0d647bcca400256925404a8a22dabadb941 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 20 Feb 2026 11:38:20 +0100 Subject: [PATCH] [Fix] WebIdSdkUiKitComponents (21.0.2-SNAPSHOT) --- .../21.0.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdSdkUiKitComponents/21.0.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/21.0.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec index 82d21ee..f0e0ec0 100644 --- a/WebIdSdkUiKitComponents/21.0.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/21.0.2-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.2/WebIdSdkUiKitComponents.framework-v21.0.2-SNAPSHOT-271.zip', :sha256 => '087754c5fc58b5112cf67d82f437acaf7f8fa2d4097e99871fc9fff10241d6ca' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.2/WebIdSdkUiKitComponents.framework-v21.0.2-SNAPSHOT-272.zip', :sha256 => 'b624edd3443ed3fbe9bf30991f46caae61ded42f2cb43d816863ee9548dbc7a8' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,6 +16,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework' - s.dependency "WebIdUiKitComponents", "21.0.3-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "21.0.5-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "21.1.1-SNAPSHOT" #branch:snapshots end