From 81389655d5eb348d66a86395c68c277f38250bf2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 5 Mar 2026 14:20:05 +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 f2456af..b12520a 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-378.zip', :sha256 => 'bc47cee583b069f8d8f01d5c9967ee4f8d40fd954516dcd7e0eeb328936899d3' } + 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 => 'c0777a4c1bfff47f4015e07d8040595cc77c5217e91062df97ea8ac75407e399' } 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.7-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosSdk", "21.1.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "21.0.8-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosSdk", "21.0.1-SNAPSHOT" #branch:experimental end