From 2504cbe9fe5f26fa99007e001e73f275d6e9f9c9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 15:52:44 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (6.5.0-SNAPSHOT) --- WebIdEIdentPlugin/6.5.0-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/6.5.0-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/6.5.0-SNAPSHOT/WebIdEIdentPlugin.podspec index 23f6708..831c333 100644 --- a/WebIdEIdentPlugin/6.5.0-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/6.5.0-SNAPSHOT/WebIdEIdentPlugin.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/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/6.5.0/WebIdEIdentPlugin.framework-v6.5.0-SNAPSHOT-538.zip', :sha256 => '8a8f82786b952dd3907c527a67f3a0e585678f27998be0451530fe3075a532e2' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/6.5.0/WebIdEIdentPlugin.framework-v6.5.0-SNAPSHOT-539.zip', :sha256 => 'b584a0667a8c9c2bcf6895678b79f46915dfdaa8acba08c34e78f4ac24fab9b3' } 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 = 'WebIdEIdentPlugin.xcframework' - s.dependency "WebIdPluginCore", "13.5.0" + s.dependency "WebIdPluginCore", "13.5.1" s.dependency "AusweisApp2", "1.26.5" end