From 45273f13cedbce67d6671408aeb91ad089f3f147 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 28 Nov 2025 17:14:39 +0100 Subject: [PATCH] [Fix] WebIdPluginCore (200.3.1-SNAPSHOT) --- WebIdPluginCore/200.3.1-SNAPSHOT/WebIdPluginCore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdPluginCore/200.3.1-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/200.3.1-SNAPSHOT/WebIdPluginCore.podspec index 15bfbb1..5a2a46e 100644 --- a/WebIdPluginCore/200.3.1-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/200.3.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/experimental/de/webid-solutions/WebIdPluginCore/200.3.1/WebIdPluginCore.framework-v200.3.1-SNAPSHOT-341.zip', :sha256 => '2bfc34c9a96a94199618b680ecf5938a2d4483d77af259948c779d9b515b9c3f' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/200.3.1/WebIdPluginCore.framework-v200.3.1-SNAPSHOT-343.zip', :sha256 => '50549767efc29a017dcf29228dfb6fd8bca63d8bfbc2097f0cc945aed48db8c1' } 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", "20.3.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdUiKitComponents", "20.4.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "200.0.4-SNAPSHOT" #branch:experimental end