From 11ca6adbb9edf41f49144fb27bc958b610ed1a2a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 16 Jun 2025 17:19:22 +0200 Subject: [PATCH] [Fix] WebIdVideoIdentProductPlugin (13.7.1-SNAPSHOT) --- .../13.7.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebIdVideoIdentProductPlugin/13.7.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec b/WebIdVideoIdentProductPlugin/13.7.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec index 587cfc7..9c6cc20 100644 --- a/WebIdVideoIdentProductPlugin/13.7.1-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec +++ b/WebIdVideoIdentProductPlugin/13.7.1-SNAPSHOT/WebIdVideoIdentProductPlugin.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/WebIdVideoIdentProductPlugin/13.7.1/WebIdVideoIdentProductPlugin.framework-v13.7.1-SNAPSHOT-1283.zip', :sha256 => '0ace488aa3830b866f5743fbcc6e663647ac02bfd080f16e19f07f2c7dd7c554' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.7.1/WebIdVideoIdentProductPlugin.framework-v13.7.1-SNAPSHOT-1284.zip', :sha256 => 'c6794160cb91958d7a10e4dd4c6e9a00d154b044a6d88dd8cce1fd9c65b4bade' } 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 = 'WebIdVideoIdentProductPlugin.xcframework' - s.dependency "WebIdIosIdentScanPlugin", "12.5.3" - s.dependency "WebIdOnServerDocumentScanner", "12.5.3" + s.dependency "WebIdIosIdentScanPlugin", "12.6.0" + s.dependency "WebIdOnServerDocumentScanner", "12.6.0" s.dependency "WebIdDigitalSigningPlugin", "11.4.2" s.dependency "WebIdVideoIdentPlugin", "10.7.2" end