From 73f2fb7cd1fa871ca7832c0411537139572b9e2b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 14:39:51 +0100 Subject: [PATCH] [Fix] WebIdPayOnServerProductPlugin (15.3.1-SNAPSHOT) --- .../WebIdPayOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdPayOnServerProductPlugin/15.3.1-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec b/WebIdPayOnServerProductPlugin/15.3.1-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec index 228156a..ed8ab60 100644 --- a/WebIdPayOnServerProductPlugin/15.3.1-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec +++ b/WebIdPayOnServerProductPlugin/15.3.1-SNAPSHOT/WebIdPayOnServerProductPlugin.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/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.1/WebIdPayOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => 'd3cec5444860580593cec673707fa6ee508eb58f38812fc63bac8c65a0384721' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.1/WebIdPayOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '69d3b5a6f306fd1b2365ca3c3a23d4caedd934f5994df5c374e5cf4db725ee52' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdPayOnServerProductPlugin.xcframework' - s.dependency "WebIdIosBankIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosBankIdentPlugin", "15.1.1" + s.dependency "WebIdDigitalSigningPlugin", "15.1.1" + s.dependency "WebIdIosIdentScanPlugin", "15.1.2" + s.dependency "WebIdOnServerDocumentScanner", "15.1.2" end