From 1c9096470628c85ca33c65bd10e02da2bf05dc7e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:16:49 +0200 Subject: [PATCH] [Fix] WebIdAutoIdentOnDeviceProductPlugin (13.4.1-SNAPSHOT) --- .../WebIdAutoIdentOnDeviceProductPlugin.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebIdAutoIdentOnDeviceProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec b/WebIdAutoIdentOnDeviceProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec index 4fd5980..e8f9b14 100644 --- a/WebIdAutoIdentOnDeviceProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.podspec +++ b/WebIdAutoIdentOnDeviceProductPlugin/13.4.1-SNAPSHOT/WebIdAutoIdentOnDeviceProductPlugin.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/WebIdAutoIdentOnDeviceProductPlugin/13.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.1-SNAPSHOT-1279.zip', :sha256 => '57870b63d69ce811314829540ecba3c5518771cb563e2e97605eaf8837c1d414' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip', :sha256 => '7db5d0cf45657067c37a8343c8f2bc8707aa6554752690dfd44659e8d92674f6' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' - s.dependency "WebIdDigitalSigningPlugin", "11.4.1" - s.dependency "WebIdIosIdentScanPlugin", "12.5.1" - s.dependency "WebIdOnDeviceDocumentScanner", "12.5.1" + s.dependency "WebIdDigitalSigningPlugin", "11.4.2" + s.dependency "WebIdIosIdentScanPlugin", "12.5.2" + s.dependency "WebIdOnDeviceDocumentScanner", "12.5.2" end