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