From e86b9878f41d2dd52c24f47c3df3b37e44f0647d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 13 Jun 2024 10:14:55 +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 0dbdc48..0e6a4d5 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-369.zip', :sha256 => 'aa054f7c97259b4bc4227b1a74e1ff46312ae89e59eee34cf10df94e81ad88a8' } + 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 => 'a40677a54cdc260a1bbdc0a5766355f6c289b6d3e16b67cc6c7f80b1630fbab4' } 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.0" + s.dependency "WebIdPluginCore", "11.0.1-SNAPSHOT" #branch:snapshots s.dependency "AusweisApp2", "1.26.5" end