From 45f8a52e28cfd991e7f59137aacc0c2bb787965f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Oct 2025 14:29:54 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (21.0.4-SNAPSHOT) --- .../21.0.4-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/21.0.4-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/21.0.4-SNAPSHOT/WebIdEIdProductPlugin.podspec index d419802..5585ba5 100644 --- a/WebIdEIdProductPlugin/21.0.4-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/21.0.4-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/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.0.4/WebIdEIdProductPlugin.framework-v21.0.4-SNAPSHOT-1520.zip', :sha256 => 'd65e9ee74200f96931724aced7405f6258c3e1f9f477257f55ce001a0ac157fb' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.0.4/WebIdEIdProductPlugin.framework-v21.0.4-SNAPSHOT-1525.zip', :sha256 => '0f63363aebab202ce19e5202f4f26d176de3a30a64fe75f4e527413fddffc91a' } 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 "WebIdOnServerDocumentScanner", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdEIdentPlugin", "20.2.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.2.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "20.3.0" + s.dependency "WebIdIosIdentScanPlugin", "20.3.0" + s.dependency "WebIdEIdentPlugin", "20.3.0" + s.dependency "WebIdDigitalSigningPlugin", "20.3.1" end