From 83a566c018cddb77587fd91835db0ea22625d479 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 3 Nov 2025 15:13:17 +0100 Subject: [PATCH] [Fix] WebIdSdkUiKitComponents (20.3.2-SNAPSHOT) --- .../20.3.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdSdkUiKitComponents/20.3.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/20.3.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec index d9c66db..dc94116 100644 --- a/WebIdSdkUiKitComponents/20.3.2-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/20.3.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/20.3.2/WebIdSdkUiKitComponents.framework-v20.3.2-SNAPSHOT-252.zip', :sha256 => '8dd411a14f2183b6db8e1bcad55828d254015504f03706a85209b74c7d454272' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/20.3.2/WebIdSdkUiKitComponents.framework-v20.3.2-SNAPSHOT-253.zip', :sha256 => '66a3959131636f8cd5fe56867a1f36b57527127c63ff1293966a9572fd505988' } 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", "20.3.1-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:experimental + s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:snapshots end