From fc7ded17e6adb31f88cd4326278e5175c1320fab Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Jun 2025 13:28:16 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (13.4.1-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index 4e2d619..59db5c5 100644 --- a/WebIdAutoIdentOnServerProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/13.4.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.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip', :sha256 => 'b0d072ac1435864cfa898e3702cecc6f185e07a5e4012953cc9a93172683ee72' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1281.zip', :sha256 => '638572893b5cc5c712975cd1b251c8ac04a1ddb1e61b51cdfa53dcff62c0afac' } 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.2" - s.dependency "WebIdOnServerDocumentScanner", "12.5.2" + s.dependency "WebIdIosIdentScanPlugin", "12.5.3" + s.dependency "WebIdOnServerDocumentScanner", "12.5.3" end