From 2a494aa2b044d7a5d94e0e8488fb211e3930be16 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 09:38:55 +0200 Subject: [PATCH] [Fix] WebIdPayProductPlugin (15.0.2-SNAPSHOT) --- .../15.0.2-SNAPSHOT/WebIdPayProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdPayProductPlugin/15.0.2-SNAPSHOT/WebIdPayProductPlugin.podspec b/WebIdPayProductPlugin/15.0.2-SNAPSHOT/WebIdPayProductPlugin.podspec index b59107f..865323f 100644 --- a/WebIdPayProductPlugin/15.0.2-SNAPSHOT/WebIdPayProductPlugin.podspec +++ b/WebIdPayProductPlugin/15.0.2-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.0.2/WebIdPayProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '3ae763446ec08d4ec7b2080faa122031fd6d1521012545f812881e9f2ba6bdb0' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.0.2/WebIdPayProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => 'b657c28833a4e0900b2d46000be8aea29d494cf118569febfe338f06673c0965' } 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.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 "WebIdOnDeviceDocumentScanner", "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 "WebIdOnDeviceDocumentScanner", "15.0.1" end