From 6662976d6138393ebc1a8be25c66223b82a24333 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 09:47:20 +0100 Subject: [PATCH] [Fix] WebIdEIdOnServerProductPlugin (15.1.5-SNAPSHOT) --- .../WebIdEIdOnServerProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec index c027ae6..e3a93c7 100644 --- a/WebIdEIdOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec +++ b/WebIdEIdOnServerProductPlugin/15.1.5-SNAPSHOT/WebIdEIdOnServerProductPlugin.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/WebIdEIdOnServerProductPlugin/15.1.5/WebIdEIdOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1344.zip', :sha256 => 'be0495d9d1ad27e6aec1f97335443a352a753048872534ffbd16d2b63101846a' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.1.5/WebIdEIdOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip', :sha256 => '93c5735641623136dbdaef7e8da7a38c4ed401174540535fb3dc255332242909' } 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 = 'WebIdEIdOnServerProductPlugin.xcframework' - s.dependency "WebIdEIdentPlugin", "15.0.6-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.3-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdEIdentPlugin", "15.1.0" + s.dependency "WebIdDigitalSigningPlugin", "15.1.0" + s.dependency "WebIdIosIdentScanPlugin", "15.1.0" + s.dependency "WebIdOnServerDocumentScanner", "15.1.0" end