From 32f8fe96b971f178043e18dd5ac026c845d39429 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sat, 10 Aug 2024 00:17:50 +0200 Subject: [PATCH] [Fix] WebIdPluginCore (12.0.0-SNAPSHOT) --- WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec b/WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec index 89eb1de..acd1534 100644 --- a/WebIdPluginCore/12.0.0-SNAPSHOT/WebIdPluginCore.podspec +++ b/WebIdPluginCore/12.0.0-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/12.0.0/WebIdPluginCore.framework-v12.0.0-SNAPSHOT-256.zip', :sha256 => 'cf7ddab78c691ca6acc25ed4543a46db0068723b508468a06f593ac91930068c' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/12.0.0/WebIdPluginCore.framework-v12.0.0-SNAPSHOT-256.zip', :sha256 => '952833089772c2a502c433d8aa315eb1abe5183b28591d4081686921704f36fa' } 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.0-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdUiKitComponents", "8.0.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdIosSdk", "~> 11.0.0" end