From 008b58746334737f19ec323fa61bf332c123878d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 28 Aug 2025 23:54:20 +0200 Subject: [PATCH] [Fix] WebIdPluginCore (20.1.1-SNAPSHOT) --- WebIdPluginCore/20.1.1-SNAPSHOT/WebIdPluginCore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdPluginCore/20.1.1-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/20.1.1-SNAPSHOT/WebIdPluginCore.podspec index af7d018..17d3977 100644 --- a/WebIdPluginCore/20.1.1-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/20.1.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/20.1.1/WebIdPluginCore.framework-v20.1.1-SNAPSHOT-326.zip', :sha256 => '85935396b7d4e92fb1dde6182f566a75a0e4dbe005c111f1e5bc55cb7201e065' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/20.1.1/WebIdPluginCore.framework-v20.1.1-SNAPSHOT-326.zip', :sha256 => '54b2113e5b44c63694398271228aea4045e1a01866d9ed83dc7a203aca00fec0' } 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.2.2-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdUiKitComponents", "20.1.3-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdIosSdk", "12.0.1-SNAPSHOT" #branch:snapshots end