From fd3cd416c77c23d97e5c7a358581a232bd05ec77 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 09:48:10 +0100 Subject: [PATCH] [Fix] WebIdVideoIdentProductPlugin (15.1.5-SNAPSHOT) --- .../WebIdVideoIdentProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdVideoIdentProductPlugin/15.1.5-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec b/WebIdVideoIdentProductPlugin/15.1.5-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec index 932dd91..9ab4456 100644 --- a/WebIdVideoIdentProductPlugin/15.1.5-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec +++ b/WebIdVideoIdentProductPlugin/15.1.5-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/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.5/WebIdVideoIdentProductPlugin.framework-v15.1.5-SNAPSHOT-1344.zip', :sha256 => 'b70e6a9d652b3d51434173c5d96174cd43e8683b59f5e15198b6ef36508ab3d5' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.5/WebIdVideoIdentProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip', :sha256 => '2ceab85220da701310a81ee9f70ede3b3162883fa1de653a3e2369bd3f2691e0' } 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", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdVideoIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosIdentScanPlugin", "15.1.0" + s.dependency "WebIdOnServerDocumentScanner", "15.1.0" + s.dependency "WebIdDigitalSigningPlugin", "15.1.0" + s.dependency "WebIdVideoIdentPlugin", "15.2.0" end