From 4536e73a49f5d57560aecb6b28d8a14ceee0fed3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 13 May 2026 11:40:31 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (21.1.1-SNAPSHOT) --- WebIdEIdentPlugin/21.1.1-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/21.1.1-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/21.1.1-SNAPSHOT/WebIdEIdentPlugin.podspec index 8e4318e3..b56f08e3 100644 --- a/WebIdEIdentPlugin/21.1.1-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/21.1.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/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.1.1/WebIdEIdentPlugin.framework-v21.1.1-SNAPSHOT-703.zip', :sha256 => 'a17dc86ca979f25a0a1772809d38c1f46f46491ffea0359f3401c7603b703d41' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.1.1/WebIdEIdentPlugin.framework-v21.1.1-SNAPSHOT-707.zip', :sha256 => '387515d9fd2186b843471ea25dfdf0bb3cf20321b0065a9486158c4f21589610' } 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", "21.2.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "22.0.0" s.dependency "AusweisApp2", "2.2.2" end