From 6b6ab101b2f85c3029ecebaf0297336f6ae82156 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 09:38:18 +0200 Subject: [PATCH] [Fix] WebIdPayOnServerProductPlugin (15.0.2-SNAPSHOT) --- .../WebIdPayOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdPayOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec b/WebIdPayOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec index a798fd5..0067556 100644 --- a/WebIdPayOnServerProductPlugin/15.0.2-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec +++ b/WebIdPayOnServerProductPlugin/15.0.2-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.0.2/WebIdPayOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '63f55d2f0b121f59c5cd879f72f83c36026bd042ca9fb1e5c1cdf64404130363' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.0.2/WebIdPayOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => 'f5234eb538b22ed6596ef060e923908317b55228900fee71b3eb47db094a494e' } 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.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosBankIdentPlugin", "15.0.1" + s.dependency "WebIdDigitalSigningPlugin", "15.0.1" + s.dependency "WebIdIosIdentScanPlugin", "15.0.1" + s.dependency "WebIdOnServerDocumentScanner", "15.0.1" end