From 51aae685b24a65883dff8ceebbb3da284dcbb11a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 16:14:34 +0100 Subject: [PATCH] [Fix] WebIdAutoIdProductPlugin (21.2.2-SNAPSHOT) --- .../21.2.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WebIdAutoIdProductPlugin/21.2.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec b/WebIdAutoIdProductPlugin/21.2.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec index f691b0b..ddf5b12 100644 --- a/WebIdAutoIdProductPlugin/21.2.2-SNAPSHOT/WebIdAutoIdProductPlugin.podspec +++ b/WebIdAutoIdProductPlugin/21.2.2-SNAPSHOT/WebIdAutoIdProductPlugin.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/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1555.zip', :sha256 => '340bd2f28a0086e50bdb14417dc38ca58ea690d7e9f644c1707c470ca98c07af' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1569.zip', :sha256 => '954bdaa2fca8f754d1e293a69fba938e717dc1307eee7463f3e8f8dc6ef90162' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,9 +16,9 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDocumentScanner", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdOnServerDocumentScanner", "20.4.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdCellCheckPlugin", "1.0.1-SNAPSHOT" #branch:snapshots + s.dependency "WebIdDigitalSigningPlugin", "21.0.0" + s.dependency "WebIdIosIdentScanPlugin", "21.0.0" + s.dependency "WebIdDocumentScanner", "21.0.0" + s.dependency "WebIdOnServerDocumentScanner", "21.0.0" + s.dependency "WebIdCellCheckPlugin", "2.0.0" end