From 17de48a30f76be004d4bd4f3917b8ce6ead13c0e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 8 Oct 2024 09:18:34 +0200 Subject: [PATCH] [Fix] WebIdPluginCore (13.0.2-SNAPSHOT) --- WebIdPluginCore/13.0.2-SNAPSHOT/WebIdPluginCore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdPluginCore/13.0.2-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/13.0.2-SNAPSHOT/WebIdPluginCore.podspec index 13154e6..1a415ae 100644 --- a/WebIdPluginCore/13.0.2-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/13.0.2-SNAPSHOT/WebIdPluginCore.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/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/13.0.2/WebIdPluginCore.framework-v13.0.2-SNAPSHOT-262.zip', :sha256 => '02e366b05d147d95b023276465b5e32666ee8fbf5ef210feb00b83f8e38d95a9' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/13.0.2/WebIdPluginCore.framework-v13.0.2-SNAPSHOT-262.zip', :sha256 => '14bbbec9c3d5ed043030406e286f8fe931e3a102143af974ea9649b516efae7e' } 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 = 'WebIdPluginCore.xcframework' - s.dependency "WebIdUiKitComponents", "8.0.1-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdUiKitComponents", "8.0.3-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdIosSdk", "~> 11.1.0" end