From 7e4459248d17a64259e546369073676d4f388c25 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 15:43:55 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (22.5.2-SNAPSHOT) --- .../22.5.2-SNAPSHOT/WebIdEIdProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/22.5.2-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/22.5.2-SNAPSHOT/WebIdEIdProductPlugin.podspec index f7ea63c8..850aff51 100644 --- a/WebIdEIdProductPlugin/22.5.2-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/22.5.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/22.5.2/WebIdEIdProductPlugin.framework-v22.5.2-SNAPSHOT-1724.zip', :sha256 => '1af5f8df3367b646d2469ff373c922477faca0d6c375a599757624198771be77' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.5.2/WebIdEIdProductPlugin.framework-v22.5.2-SNAPSHOT-1725.zip', :sha256 => '74c973891202c8989652b9b2de7322cc4c859be996a3cbe8ba3e2f20d6e85138' } 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", "22.1.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdIosIdentScanPlugin", "22.1.3-SNAPSHOT" #branch:snapshots - s.dependency "WebIdEIdentPlugin", "21.1.2-SNAPSHOT" #branch:snapshots - s.dependency "WebIdDigitalSigningPlugin", "23.0.2-SNAPSHOT" #branch:snapshots + s.dependency "WebIdOnServerDocumentScanner", "23.1.0" + s.dependency "WebIdIosIdentScanPlugin", "23.1.0" + s.dependency "WebIdEIdentPlugin", "22.0.0" + s.dependency "WebIdDigitalSigningPlugin", "23.0.2" end