From c2ddf4cdc184004eb075d38b78b0e341f054ae11 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 2 Aug 2024 17:01:00 +0200 Subject: [PATCH] [Fix] WebIdEIdOnServerProductPlugin (13.0.2-SNAPSHOT) --- .../WebIdEIdOnServerProductPlugin.podspec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/WebIdEIdOnServerProductPlugin/13.0.2-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec b/WebIdEIdOnServerProductPlugin/13.0.2-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec index 9401fea..f827fc0 100644 --- a/WebIdEIdOnServerProductPlugin/13.0.2-SNAPSHOT/WebIdEIdOnServerProductPlugin.podspec +++ b/WebIdEIdOnServerProductPlugin/13.0.2-SNAPSHOT/WebIdEIdOnServerProductPlugin.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/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.2/WebIdEIdOnServerProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip', :sha256 => '66924372bb6e52cda6cb8820942791aa0b76db686ebcfb3fdb57255d44dd3088' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.0.2/WebIdEIdOnServerProductPlugin.framework-v13.0.2-SNAPSHOT-1203.zip', :sha256 => '5b3d15ba7de8950f0b263256c01d2fbe3b622cddc0f590047eb5b348d0dbdd81' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,10 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework' - s.dependency "WebIdEIdentPlugin", "5.0.1" - s.dependency "WebIdDigitalSigningPlugin", "11.0.1" - s.dependency "WebIdIosIdentScanPlugin", "12.0.1" - s.dependency "WebIdOnServerDocumentScanner", "12.0.1" + s.dependency "DocumentReader", "~> 7.2" + s.dependency "RegulaCommon", "~> 7.2" + s.dependency "WebIdEIdentPlugin", "5.1.0" + s.dependency "WebIdDigitalSigningPlugin", "11.1.2" + s.dependency "WebIdIosIdentScanPlugin", "12.2.0" + s.dependency "WebIdOnServerDocumentScanner", "12.2.0" end