From 4651f6ad374431bf32738025de804e6ff5449e7a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 30 Mar 2026 16:42:24 +0200 Subject: [PATCH] [Fix] WebIdPluginCore (21.0.6-SNAPSHOT) --- WebIdPluginCore/21.0.6-SNAPSHOT/WebIdPluginCore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdPluginCore/21.0.6-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/21.0.6-SNAPSHOT/WebIdPluginCore.podspec index 60e0d00..b362675 100644 --- a/WebIdPluginCore/21.0.6-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/21.0.6-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.6/WebIdPluginCore.framework-v21.0.6-SNAPSHOT-395.zip', :sha256 => '72593ec683523899d140c71e271fc1e6fbb98b7297d44d743c78a99688cb16d7' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.6/WebIdPluginCore.framework-v21.0.6-SNAPSHOT-396.zip', :sha256 => '3a3bd2bcdf8923d76299096f0b0975161b653208fcb31fce4534cf4915d45029' } 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", "~> 22.0.0" - s.dependency "WebIdIosSdk", "~> 21.4.0" + s.dependency "WebIdUiKitComponents", "22.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdIosSdk", "21.4.1-SNAPSHOT" #branch:snapshots end