From 6c6c29448a1b3d66448c00403e1f0fbc005cfefe Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 16 Jun 2025 17:18:16 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (13.7.1-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/13.7.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/13.7.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index bfb53b1..a4c778b 100644 --- a/WebIdAutoIdentOnServerProductPlugin/13.7.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/13.7.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.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/WebIdAutoIdentOnServerProductPlugin/13.7.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.1-SNAPSHOT-1283.zip', :sha256 => 'aa064824c20b8c90467e121b8a4824bf5fba5d9114a884cd5faf47c55117fd37' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.7.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.1-SNAPSHOT-1284.zip', :sha256 => '4cd65bc1e13bdd86c0d8da70caf9d0ea41641843977e6323b1722135c01224fe' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -17,6 +17,6 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework' s.dependency "WebIdDigitalSigningPlugin", "11.4.2" - s.dependency "WebIdIosIdentScanPlugin", "12.5.3" - s.dependency "WebIdOnServerDocumentScanner", "12.5.3" + s.dependency "WebIdIosIdentScanPlugin", "12.6.0" + s.dependency "WebIdOnServerDocumentScanner", "12.6.0" end