From 78877c051062138027c95cf1c7168eff3bea2647 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 25 Oct 2024 08:11:04 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnServerProductPlugin (14.0.0-SNAPSHOT) --- .../WebIdAutoIdentOnServerProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnServerProductPlugin/14.0.0-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec b/WebIdAutoIdentOnServerProductPlugin/14.0.0-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec index 628685d..30d9b4f 100644 --- a/WebIdAutoIdentOnServerProductPlugin/14.0.0-SNAPSHOT/WebIdAutoIdentOnServerProductPlugin.podspec +++ b/WebIdAutoIdentOnServerProductPlugin/14.0.0-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/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '91cfcc33fe4825658b31db0da39188bd408da3b255eddb11268012f2be7e9b44' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => '6b6d22f7e0ef9e46f20df1e5827f8a221ee7d504430dc8776773afb2bd69591a' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta" - s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta" - s.dependency "WebIdOnServerDocumentScanner", "13.0.0-beta" + s.dependency "WebIdDigitalSigningPlugin", "12.1.1" + s.dependency "WebIdIosIdentScanPlugin", "13.1.0" + s.dependency "WebIdOnServerDocumentScanner", "13.1.0" end