From 9014443c6549d593ffbfa9a81ad9ccd855ac777f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 25 Oct 2024 08:10:46 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnDeviceProductPlugin (14.0.0-SNAPSHOT) --- .../WebIdAutoIdentOnDeviceProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnDeviceProductPlugin/14.0.0-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec b/WebIdAutoIdentOnDeviceProductPlugin/14.0.0-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec index 592d20b..f3e6e78 100644 --- a/WebIdAutoIdentOnDeviceProductPlugin/14.0.0-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec +++ b/WebIdAutoIdentOnDeviceProductPlugin/14.0.0-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.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/WebIdAutoIdentOnDeviceProductPlugin/14.0.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '3c7ad319654390a795d72a26652cd1e18920d5a47ae9fb74aa745784eabdf20b' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.0.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => '1aee7112525ff49a5055359d3db246e3bdaccb76f4065d5e1e22d9f7c9f7eb20' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.dependency "DocumentReader", "~> 7.2" s.dependency "RegulaCommon", "~> 7.2" - s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta" - s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta" - s.dependency "WebIdOnDeviceDocumentScanner", "13.0.0-beta" + s.dependency "WebIdDigitalSigningPlugin", "12.1.1" + s.dependency "WebIdIosIdentScanPlugin", "13.1.0" + s.dependency "WebIdOnDeviceDocumentScanner", "13.1.0" end