From 328234d23c7adcb2cfc72b81add89967905f8f93 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 14 Jul 2025 12:26:18 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (15.0.0-SNAPSHOT) --- WebIdEIdentPlugin/15.0.0-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/15.0.0-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/15.0.0-SNAPSHOT/WebIdEIdentPlugin.podspec index d8e5f24..739e90a 100644 --- a/WebIdEIdentPlugin/15.0.0-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/15.0.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/snapshots/de/webid-solutions/WebIdEIdentPlugin/15.0.0/WebIdEIdentPlugin.framework-v15.0.0-SNAPSHOT-412.zip', :sha256 => 'b9eff6345230b65dc15868629ef8dc78b2d0cb6ba3a88fa30032c2bf01e73a50' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/15.0.0/WebIdEIdentPlugin.framework-v15.0.0-SNAPSHOT-414.zip', :sha256 => 'a36c2041a800f67186e093839edcdad5bc093674ac725b7de7e4738d1bd95915' } 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", "15.0.0-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "15.0.0" s.dependency "AusweisApp2", "2.2.2" end