From 9176ceecfb2591c8bec6a4a1fda37c3a53709cfd Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 5 Nov 2025 16:42:52 +0100 Subject: [PATCH] [Fix] WebIdSdkUiKitComponents (20.3.1-SNAPSHOT) --- .../20.3.1-SNAPSHOT/WebIdSdkUiKitComponents.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdSdkUiKitComponents/20.3.1-SNAPSHOT/WebIdSdkUiKitComponents.podspec b/WebIdSdkUiKitComponents/20.3.1-SNAPSHOT/WebIdSdkUiKitComponents.podspec index 0645f5a..9e422a8 100644 --- a/WebIdSdkUiKitComponents/20.3.1-SNAPSHOT/WebIdSdkUiKitComponents.podspec +++ b/WebIdSdkUiKitComponents/20.3.1-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/experimental/de/webid-solutions/WebIdSdkUiKitComponents/20.3.1/WebIdSdkUiKitComponents.framework-v20.3.1-SNAPSHOT-254.zip', :sha256 => '060d86ba5002353d8c6ec7efa809afb7659bea42e42c9294ef709821f48f4d88' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdSdkUiKitComponents/20.3.1/WebIdSdkUiKitComponents.framework-v20.3.1-SNAPSHOT-254.zip', :sha256 => '4d7ceaf32def2d0a6739b548c58de5839e65f6ff52632f97c3289c5811ac4b5f' } 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", "20.3.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "20.3.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:experimental end