From 62a03330b5c7f25922751e47c4b5245326067b7a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 13 Jan 2025 12:33:12 +0100 Subject: [PATCH] [Fix] WebIdIosBankIdentPlugin (10.2.0-SNAPSHOT) --- .../10.2.0-SNAPSHOT/WebIdIosBankIdentPlugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebIdIosBankIdentPlugin/10.2.0-SNAPSHOT/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/10.2.0-SNAPSHOT/WebIdIosBankIdentPlugin.podspec index 1eae112..1a2e0b3 100644 --- a/WebIdIosBankIdentPlugin/10.2.0-SNAPSHOT/WebIdIosBankIdentPlugin.podspec +++ b/WebIdIosBankIdentPlugin/10.2.0-SNAPSHOT/WebIdIosBankIdentPlugin.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/WebIdIosBankIdentPlugin/10.2.0/WebIdIosBankIdentPlugin.framework-v10.2.0-SNAPSHOT-339.zip', :sha256 => '34bc0b3cbe44bc1a53487cde5df705ca0859108f363d96907f24eb8f8dee73c6' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.2.0/WebIdIosBankIdentPlugin.framework-v10.2.0-SNAPSHOT-340.zip', :sha256 => '768edc6680e0cd34e36943050ba43390ade3acf3c348bc5de1c0be503904e0e9' } 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 = 'WebIdIosBankIdentPlugin.xcframework' - s.dependency "XS2AiOS", "2.0.0" + s.dependency "XS2AiOS", "2.1.0" s.dependency "WebIdPluginCore", "12.1.0-SNAPSHOT" #branch:snapshots end