From e63d70b749f2890fdea3660584c0a0cccfcd03a8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 13 Nov 2024 18:53:53 +0100 Subject: [PATCH] [Fix] WebIdEIdentPlugin (6.0.1-SNAPSHOT) --- WebIdEIdentPlugin/6.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/6.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/6.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec index 23e89b5..b914961 100644 --- a/WebIdEIdentPlugin/6.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/6.0.1-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.0.1/WebIdEIdentPlugin.framework-v6.0.1-SNAPSHOT-385.zip', :sha256 => '8dddbbe26fb56ff5010b4376fd9b02b3969f4a36acd7a3431b5ed3a8443cd3c2' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdentPlugin/6.0.1/WebIdEIdentPlugin.framework-v6.0.1-SNAPSHOT-387.zip', :sha256 => 'a463676c0670807cb460854b6ea6d08484be9b049ebd7b4c6d6fb02dd0c59d43' } 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.0.1" + s.dependency "WebIdPluginCore", "13.1.0" s.dependency "AusweisApp2", "1.26.5" end