From 25b40cd02f08b954f4ec6c6a98893cb93a77906b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 16 Jun 2025 17:18:58 +0200 Subject: [PATCH] [Fix] WebIdEIdProductPlugin (13.7.1-SNAPSHOT) --- .../13.7.1-SNAPSHOT/WebIdEIdProductPlugin.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdEIdProductPlugin/13.7.1-SNAPSHOT/WebIdEIdProductPlugin.podspec b/WebIdEIdProductPlugin/13.7.1-SNAPSHOT/WebIdEIdProductPlugin.podspec index 5a564cc..c7bf8dc 100644 --- a/WebIdEIdProductPlugin/13.7.1-SNAPSHOT/WebIdEIdProductPlugin.podspec +++ b/WebIdEIdProductPlugin/13.7.1-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.7.1/WebIdEIdProductPlugin.framework-v13.7.1-SNAPSHOT-1283.zip', :sha256 => '60d52d4f3a9c39f309ea1e5a0d1a43fa597c9c3ef168027fd4cebdeec8ead49d' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/13.7.1/WebIdEIdProductPlugin.framework-v13.7.1-SNAPSHOT-1284.zip', :sha256 => 'b34a4db09c70284a314f24329c44e8954a7b053f016a0e18816b079b6d0d83ac' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,8 +16,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework' - s.dependency "WebIdOnDeviceDocumentScanner", "12.5.3" - s.dependency "WebIdIosIdentScanPlugin", "12.5.3" + s.dependency "WebIdOnDeviceDocumentScanner", "12.6.0" + s.dependency "WebIdIosIdentScanPlugin", "12.6.0" s.dependency "WebIdEIdentPlugin", "5.5.2" s.dependency "WebIdDigitalSigningPlugin", "11.4.2" end