From d2d0ee326b931c8d87977ef639fd348f5eaede04 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 2 Aug 2024 17:01:42 +0200 Subject: [PATCH] [Fix] WebIdVideoIdentProductPlugin (13.0.2-SNAPSHOT) --- .../WebIdVideoIdentProductPlugin.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WebIdVideoIdentProductPlugin/13.0.2-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec b/WebIdVideoIdentProductPlugin/13.0.2-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec index 76a50fb..0cf0d5d 100644 --- a/WebIdVideoIdentProductPlugin/13.0.2-SNAPSHOT/WebIdVideoIdentProductPlugin.podspec +++ b/WebIdVideoIdentProductPlugin/13.0.2-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.0.2/WebIdVideoIdentProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip', :sha256 => '13ffb89a7f88db83a029c445e95b7daded19762aa71e6118e3ebd54ff36bbff5' } + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.2/WebIdVideoIdentProductPlugin.framework-v13.0.2-SNAPSHOT-1203.zip', :sha256 => '58ca2f3176f341f4fe737a80ef723783c23ee41af8b7ffb9bc2914292a7e1203' } 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.0.1" - s.dependency "WebIdOnServerDocumentScanner", "12.0.1" - s.dependency "WebIdDigitalSigningPlugin", "11.0.1" - s.dependency "WebIdVideoIdentPlugin", "10.0.1" + s.dependency "WebIdIosIdentScanPlugin", "12.2.0" + s.dependency "WebIdOnServerDocumentScanner", "12.2.0" + s.dependency "WebIdDigitalSigningPlugin", "11.1.2" + s.dependency "WebIdVideoIdentPlugin", "10.1.2" end