From a25e8df643ee6658ceddfb5fff081dba231320b2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 5 Feb 2026 16:46:34 +0100 Subject: [PATCH] [Fix] WebIdEIdentPlugin (21.0.2-SNAPSHOT) --- WebIdEIdentPlugin/21.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/21.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/21.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec index 3fa87cb..9171151 100644 --- a/WebIdEIdentPlugin/21.0.2-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/21.0.2-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.0.2/WebIdEIdentPlugin.framework-v21.0.2-SNAPSHOT-660.zip', :sha256 => '832ebe327fddff528d4c0361ebe1b78207818c9b468f14d9b21876e992a00e66' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.0.2/WebIdEIdentPlugin.framework-v21.0.2-SNAPSHOT-663.zip', :sha256 => '9c82dfefd385b6d3455fa7c110825a13871b9c6589e2beeab50f5453505ca4ee' } 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.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "21.0.2" s.dependency "AusweisApp2", "2.2.2" end