From 5eaa167e51672d3cbec8c6ebc76829e3cd0d8ef0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 23 Feb 2026 11:59:53 +0100 Subject: [PATCH] [Fix] WebIdPluginCore (21.0.3-SNAPSHOT) --- WebIdPluginCore/21.0.3-SNAPSHOT/WebIdPluginCore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdPluginCore/21.0.3-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/21.0.3-SNAPSHOT/WebIdPluginCore.podspec index 3879e69..5c7e720 100644 --- a/WebIdPluginCore/21.0.3-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/21.0.3-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.3/WebIdPluginCore.framework-v21.0.3-SNAPSHOT-370.zip', :sha256 => 'cdf72945c0d06b33127f754447d1a64458573762bc4242888749be1951b26123' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.3/WebIdPluginCore.framework-v21.0.3-SNAPSHOT-376.zip', :sha256 => '92225157a4d28add96658022ff9625c0ad7a266efeb2045d23f22f3320133163' } 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.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "21.1.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "~> 21.0.5" + s.dependency "WebIdIosSdk", "~> 21.2.0" end