From 80cd6cf607692f9c571c2464d81bfabbb3ebbaee Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 25 Nov 2024 10:53:46 +0100 Subject: [PATCH] [Fix] WebIdEIdentPlugin (6.2.0-SNAPSHOT) --- WebIdEIdentPlugin/6.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/6.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/6.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec index 92e7512..9932c12 100644 --- a/WebIdEIdentPlugin/6.2.0-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/6.2.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.2.0/WebIdEIdentPlugin.framework-v6.2.0-SNAPSHOT-389.zip', :sha256 => 'aa2c006e5fe4ffcf48b07ae5dcb8ec9c9020a5b1be024f941ba8de3b5c37333a' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/6.2.0/WebIdEIdentPlugin.framework-v6.2.0-SNAPSHOT-390.zip', :sha256 => 'a52ff12e90181f66a23d110377da32f3239da794c9b92265c69b5bb573cbdfbf' } 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.1.0" + s.dependency "WebIdPluginCore", "13.2.1" s.dependency "AusweisApp2", "1.26.5" end