From a6eeecf13cf6e28143b567671bd3eb2c7c33d019 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 14 Mar 2025 09:48:40 +0100 Subject: [PATCH] [Fix] WebIdAutoIdentOnDeviceProductPlugin (14.3.0-SNAPSHOT) --- .../WebIdAutoIdentOnDeviceProductPlugin.podspec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/WebIdAutoIdentOnDeviceProductPlugin/14.3.0-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec b/WebIdAutoIdentOnDeviceProductPlugin/14.3.0-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec index 422fe02..1846975 100644 --- a/WebIdAutoIdentOnDeviceProductPlugin/14.3.0-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec +++ b/WebIdAutoIdentOnDeviceProductPlugin/14.3.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.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.3.0-SNAPSHOT-1261.zip', :sha256 => 'ad0597eaf776b851bb12a718ebf54d4a69f3ebf5f763e4869a8326260cc59f7b' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.3.0-SNAPSHOT-1324.zip', :sha256 => '9dcf439c08ffe75e0b9f5aae575193af5e5a2a3e8f4985a01af48fe33e63670d' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,9 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' - s.dependency "DocumentReader", "~> 7.2" - s.dependency "RegulaCommon", "~> 7.2" - s.dependency "WebIdDigitalSigningPlugin", "12.2.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdOnDeviceDocumentScanner", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdDigitalSigningPlugin", "12.2.1" + s.dependency "WebIdIosIdentScanPlugin", "13.3.2" + s.dependency "WebIdOnDeviceDocumentScanner", "13.3.2" end