From 81782c43797955921c76781c7dea2815f688ff4e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 20:34:56 +0100 Subject: [PATCH] [Fix] WebIdPluginCore (21.0.1-SNAPSHOT) --- WebIdPluginCore/21.0.1-SNAPSHOT/WebIdPluginCore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdPluginCore/21.0.1-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/21.0.1-SNAPSHOT/WebIdPluginCore.podspec index dc04f3c..688552a 100644 --- a/WebIdPluginCore/21.0.1-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/21.0.1-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.1/WebIdPluginCore.framework-v21.0.1-SNAPSHOT-362.zip', :sha256 => '3d66c41475a6e47d2fe13909a0f2a3573502b88d4121fa05be79651bb91a6e29' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.1/WebIdPluginCore.framework-v21.0.1-SNAPSHOT-363.zip', :sha256 => '056d9daf31fd150bb9426f359c251f5a51852ee0f113985ab8a889e084503157' } 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.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "21.0.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "~> 21.0.1" + s.dependency "WebIdIosSdk", "~> 21.0.1" end