From 4ae270ae80cf461c71c0024919a0e4fdc8b63b0c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 13:05:03 +0100 Subject: [PATCH] [Fix] WebIdPluginCore (21.0.4-SNAPSHOT) --- WebIdPluginCore/21.0.4-SNAPSHOT/WebIdPluginCore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdPluginCore/21.0.4-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/21.0.4-SNAPSHOT/WebIdPluginCore.podspec index 43e1c54..ea4ab8b 100644 --- a/WebIdPluginCore/21.0.4-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/21.0.4-SNAPSHOT/WebIdPluginCore.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/WebIdPluginCore/21.0.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-381.zip', :sha256 => 'eaa07072be7dd4795e98ffd03466c36d919c5b46227442ab3837f8e663e1e025' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-383.zip', :sha256 => '9c16c4823a51b6d182f10b077e926bebf3cc619bfa5bb47e07b1c7ff2ef9849a' } 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 = 'WebIdPluginCore.xcframework' - s.dependency "WebIdUiKitComponents", "21.0.8-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "21.2.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "~> 21.0.7" + s.dependency "WebIdIosSdk", "~> 21.2.0" end