From 714b8173be4518c191e734542b7cede04d7f6f62 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 14 Mar 2025 09:49:47 +0100 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (14.3.0-SNAPSHOT) --- .../14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec index bc38f18..25fdb2b 100644 --- a/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/14.3.0-SNAPSHOT/WebIdEIdProductPlugin.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/WebIdEIdProductPlugin/14.3.0/WebIdEIdProductPlugin.framework-v14.3.0-SNAPSHOT-1261.zip', :sha256 => '97fbb0a95053b523fc28209aa971090247b03df9ef4ee2c350e93af4ee21ba46' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.3.0/WebIdEIdProductPlugin.framework-v14.3.0-SNAPSHOT-1324.zip', :sha256 => 'cde3af816a6699744f9803aae267ccc6b0b72cf22969b7ccc643459294c8681b' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,10 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' - s.dependency "DocumentReader", "~> 7.2" - s.dependency "RegulaCommon", "~> 7.2" - s.dependency "WebIdOnDeviceDocumentScanner", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdIosIdentScanPlugin", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdEIdentPlugin", "6.3.0-SNAPSHOT" #branch:redesign-v4-snapshots - s.dependency "WebIdDigitalSigningPlugin", "12.2.0-SNAPSHOT" #branch:redesign-v4-snapshots + s.dependency "WebIdOnDeviceDocumentScanner", "13.3.2" + s.dependency "WebIdIosIdentScanPlugin", "13.3.2" + s.dependency "WebIdEIdentPlugin", "6.3.1" + s.dependency "WebIdDigitalSigningPlugin", "12.2.1" end