From 8962f88faa6169367da78f5bd294aea99c436b61 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 17:06:11 +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 84c3ae1..ca561b2 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-1267.zip', :sha256 => 'f82f6c36ca456c3d62ddea6eb7d750942cf38c4a9023b07ddfd89f39b4e06227' } + 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-1269.zip', :sha256 => 'bd29cfe7de737c6c3243f6eb07d17f5a595c02b19ef9ce105a69d1d210a630b2' } 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.2.1" - s.dependency "WebIdDigitalSigningPlugin", "11.2.0" - s.dependency "WebIdIosIdentScanPlugin", "12.3.2" - s.dependency "WebIdOnServerDocumentScanner", "12.3.2" + s.dependency "WebIdIosBankIdentPlugin", "10.3.0" + s.dependency "WebIdDigitalSigningPlugin", "11.3.0" + s.dependency "WebIdIosIdentScanPlugin", "12.4.0" + s.dependency "WebIdOnServerDocumentScanner", "12.4.0" end