[Fix] WebIdVideoIdentProductPlugin (15.3.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-04 16:15:23 +02:00
parent 7311deb98f
commit a59f3e2014

View File

@ -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