From c689a6599d1e9b4c561e57bcdce57cdfb926d863 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 16:14:54 +0100 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (21.2.2-SNAPSHOT) --- .../21.2.2-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/21.2.2-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/21.2.2-SNAPSHOT/WebIdEIdProductPlugin.podspec index 37a399e..5a47bad 100644 --- a/WebIdEIdProductPlugin/21.2.2-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/21.2.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/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2-SNAPSHOT-1555.zip', :sha256 => 'b3b4c13cefe9ad5744810fc4a834465dc96c4cc25772d8fdbfa820ebaf39442f' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2-SNAPSHOT-1569.zip', :sha256 => '6a0b687bc92d9e734d8cbd3a22ba5afd98e0ffa9ddca6584daaaa4fb18e26383' } 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.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdEIdentPlugin", "20.4.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "20.4.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "21.0.0" + s.dependency "WebIdIosIdentScanPlugin", "21.0.0" + s.dependency "WebIdEIdentPlugin", "21.0.0" + s.dependency "WebIdDigitalSigningPlugin", "21.0.0" end