From 167f2a15c9ad1c3f534aba05181c92b1a751bf58 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 21 Jun 2024 15:41:00 +0200 Subject: [PATCH] [Fix] WebIdEIdentPlugin (5.0.1-SNAPSHOT) --- WebIdEIdentPlugin/5.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdEIdentPlugin/5.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec b/WebIdEIdentPlugin/5.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec index 39e1c52..dd8b833 100644 --- a/WebIdEIdentPlugin/5.0.1-SNAPSHOT/WebIdEIdentPlugin.podspec +++ b/WebIdEIdentPlugin/5.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/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.0.1/WebIdEIdentPlugin.framework-v5.0.1-SNAPSHOT-372.zip', :sha256 => '79ad8205024d71c2b0cd85a4074a2adfab82ff2557ba87926c57a8d23eef31bb' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.0.1/WebIdEIdentPlugin.framework-v5.0.1-SNAPSHOT-373.zip', :sha256 => '2fe892e71e091e0aae46aa9ff9aadd4768cd7e7488ce0af11d0925414f22a1a1' } 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", "11.0.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdPluginCore", "11.0.1" s.dependency "AusweisApp2", "1.26.5" end