From f1d174c6c86354e876f75ef4d61d98f824124d8e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 14:38:21 +0100 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (15.3.1-SNAPSHOT) --- .../15.3.1-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/15.3.1-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/15.3.1-SNAPSHOT/WebIdEIdProductPlugin.podspec index a212441..90ce6ae 100644 --- a/WebIdEIdProductPlugin/15.3.1-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/15.3.1-SNAPSHOT/WebIdEIdProductPlugin.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/WebIdEIdProductPlugin/15.3.1/WebIdEIdProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => '0c5ae7ebb8a45f6bb8d8129c77b09403cf6db00409777cba2e5f7242c8722ba4' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.3.1/WebIdEIdProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '0c40facbb064be660456893171738f887c3e44b8959b23254947d9e5fc1a5071' } 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 = 'WebIdEIdProductPlugin.xcframework' - s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdEIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "15.1.2" + s.dependency "WebIdIosIdentScanPlugin", "15.1.2" + s.dependency "WebIdEIdentPlugin", "15.1.1" + s.dependency "WebIdDigitalSigningPlugin", "15.1.1" end