From 20accb022ae09d110dac2ceda5d5e1132a231254 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 09:36:48 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (15.0.2-SNAPSHOT) --- .../15.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/15.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/15.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec index 7fb8337..b81dae9 100644 --- a/WebIdEIdProductPlugin/15.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/15.0.2-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.0.2/WebIdEIdProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '62f36579025462772543df1ebb93929545c4ba36203c19e4f4637d6ee1b0acca' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.0.2/WebIdEIdProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => '451e9973010643649b35874a6ddd7fcd6e47e6e70ce853244d95d0aad023aaab' } 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.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdEIdentPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "15.0.1" + s.dependency "WebIdIosIdentScanPlugin", "15.0.1" + s.dependency "WebIdEIdentPlugin", "15.0.1" + s.dependency "WebIdDigitalSigningPlugin", "15.0.1" end