From d0fe46dd5972643ce1695fcc4fd8693bc2aa1cad Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:19:18 +0200 Subject: [PATCH] [Fix] WebIdPayOnServerProductPlugin (13.4.1-SNAPSHOT) --- .../WebIdPayOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdPayOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec b/WebIdPayOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec index 0af2af7..9dce425 100644 --- a/WebIdPayOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec +++ b/WebIdPayOnServerProductPlugin/13.4.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/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.4.1/WebIdPayOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1279.zip', :sha256 => '4f38558a7dd08d89a4b78ae12dd06c13135a452ebbce7955bd4523f7f21ee255' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.4.1/WebIdPayOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip', :sha256 => 'cd450455c4c49849dd48629e83de419a472604ee1af64551f0f1c429e7ff1d01' } 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", "10.4.1" - s.dependency "WebIdDigitalSigningPlugin", "11.4.1" - s.dependency "WebIdIosIdentScanPlugin", "12.5.1" - s.dependency "WebIdOnServerDocumentScanner", "12.5.1" + s.dependency "WebIdIosBankIdentPlugin", "10.4.2" + s.dependency "WebIdDigitalSigningPlugin", "11.4.2" + s.dependency "WebIdIosIdentScanPlugin", "12.5.2" + s.dependency "WebIdOnServerDocumentScanner", "12.5.2" end