From 167c6b94fa7d5a1a2c75d7ab4eb533f9194a4da6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 2 Aug 2024 17:01:20 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (13.0.2-SNAPSHOT) --- .../13.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/WebIdEIdProductPlugin/13.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/13.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec index c597490..513b324 100644 --- a/WebIdEIdProductPlugin/13.0.2-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/13.0.2-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/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.0.2/WebIdEIdProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip', :sha256 => 'c5275ec0eecb1f20dee2ee7814939942f9931cc3a49587861fa8fc29670fb225' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.0.2/WebIdEIdProductPlugin.framework-v13.0.2-SNAPSHOT-1203.zip', :sha256 => '2c952e2e254ae5e3eb906d4def321b5d2f52f75648e9195efe76b7bd384e4152' } 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 = 'WebIdEIdProductPlugin.xcframework' - s.dependency "WebIdOnDeviceDocumentScanner", "12.0.1" - s.dependency "WebIdIosIdentScanPlugin", "12.0.1" - s.dependency "WebIdEIdentPlugin", "5.0.1" - s.dependency "WebIdDigitalSigningPlugin", "11.0.1" + s.dependency "DocumentReader", "~> 7.2" + s.dependency "RegulaCommon", "~> 7.2" + s.dependency "WebIdOnDeviceDocumentScanner", "12.2.0" + s.dependency "WebIdIosIdentScanPlugin", "12.2.0" + s.dependency "WebIdEIdentPlugin", "5.1.0" + s.dependency "WebIdDigitalSigningPlugin", "11.1.2" end