From 1ba0735c19b4ba2b9b7e49c2171a791c85dc25fa Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:03:13 +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 831c333..c9a3ded 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-539.zip', :sha256 => 'b584a0667a8c9c2bcf6895678b79f46915dfdaa8acba08c34e78f4ac24fab9b3' } + 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-540.zip', :sha256 => '1ade8b073fe375c266d21ea68a65ce21d20b373984833e92c3401c1e98ac685b' } 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.1" + s.dependency "WebIdPluginCore", "13.5.2" s.dependency "AusweisApp2", "1.26.5" end