From a59f3e2014051ec508dabea64ed10931711804ff Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 16:15:23 +0200 Subject: [PATCH] [Fix] WebIdVideoIdentProductPlugin (15.3.4-SNAPSHOT) --- .../WebIdVideoIdentProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdVideoIdentProductPlugin/15.3.4-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec b/WebIdVideoIdentProductPlugin/15.3.4-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec index 89d45dc..2ad4647 100644 --- a/WebIdVideoIdentProductPlugin/15.3.4-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec +++ b/WebIdVideoIdentProductPlugin/15.3.4-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.3.4/WebIdVideoIdentProductPlugin.framework-v15.3.4-SNAPSHOT-1367.zip', :sha256 => '2936703f9b16417270674fbd1f13525a0327ca46631d502dc52e3ad7d16a2931' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.3.4/WebIdVideoIdentProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip', :sha256 => 'c7a5f9a1965ad711e22694815cde4b5d468eb64840d2b17c6baedf79f5043adf' } 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.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdOnServerDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots - s.dependency "WebIdVideoIdentPlugin", "15.2.2-SNAPSHOT" #branch:legacy-snapshots + s.dependency "WebIdIosIdentScanPlugin", "15.2.0" + s.dependency "WebIdOnServerDocumentScanner", "15.2.0" + s.dependency "WebIdDigitalSigningPlugin", "15.2.0" + s.dependency "WebIdVideoIdentPlugin", "15.3.0" end