From cc4415ae6633ad05a66c2d1ae97a0673f2dae640 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 25 Oct 2024 08:12:55 +0200 Subject: [PATCH] [Fix] WebIdPayOnServerProductPlugin (14.0.0-SNAPSHOT) --- .../WebIdPayOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdPayOnServerProductPlugin/14.0.0-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec b/WebIdPayOnServerProductPlugin/14.0.0-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec index f361c48..af5bdac 100644 --- a/WebIdPayOnServerProductPlugin/14.0.0-SNAPSHOT/WebIdPayOnServerProductPlugin.podspec +++ b/WebIdPayOnServerProductPlugin/14.0.0-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/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/14.0.0/WebIdPayOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '32eeb83ee6e9ac97ed56e834b2850a42a857b465467a7cc5847692f3ca405e9d' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/14.0.0/WebIdPayOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => 'c3bdcd576216cb41b17178f15f7fc0f26959968a81086fb26bc7e290b5ce7cb6' } 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", "11.0.0-beta" - s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta" - s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta" - s.dependency "WebIdOnServerDocumentScanner", "13.0.0-beta" + s.dependency "WebIdIosBankIdentPlugin", "11.1.0" + s.dependency "WebIdDigitalSigningPlugin", "12.1.1" + s.dependency "WebIdIosIdentScanPlugin", "13.1.0" + s.dependency "WebIdOnServerDocumentScanner", "13.1.0" end