From b3e70ff069faea0ae610744df07b41f35b7000e6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 14:40:27 +0100 Subject: [PATCH] [Fix] WebIdPayProductPlugin (15.3.1-SNAPSHOT) --- .../15.3.1-SNAPSHOT/WebIdPayProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdPayProductPlugin/15.3.1-SNAPSHOT/WebIdPayProductPlugin.podspec b/WebIdPayProductPlugin/15.3.1-SNAPSHOT/WebIdPayProductPlugin.podspec index c4e5c66..2b739b9 100644 --- a/WebIdPayProductPlugin/15.3.1-SNAPSHOT/WebIdPayProductPlugin.podspec +++ b/WebIdPayProductPlugin/15.3.1-SNAPSHOT/WebIdPayProductPlugin.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/WebIdPayProductPlugin/15.3.1/WebIdPayProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => 'caa735497ec4c2f61f482b3885aef7259acae7d71f3d1da3a57b043f1896fe2c' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.3.1/WebIdPayProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '93ee9281c4dd126c6ed62c1888694871d2b9768492813f2a19470633a3f518ed' } 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 = 'WebIdPayProductPlugin.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 "WebIdOnDeviceDocumentScanner", "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 "WebIdOnDeviceDocumentScanner", "15.1.2" end