2
0

[Fix] WebIdVideoIdentProductPlugin (14.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-10-25 08:12:08 +02:00
parent a9201d7b0b
commit 45af82998e

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/14.0.0/WebIdVideoIdentProductPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '7a4c081a15529e0523aa598840aebf95fb145dcff067df1097cb8eb894e35697' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/14.0.0/WebIdVideoIdentProductPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => '15995583f971a47a7ca4a4d203112a09835164a05a63373bad1a5ca9832f845b' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdVideoIdentProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdVideoIdentProductPlugin.xcframework'
s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta" s.dependency "WebIdIosIdentScanPlugin", "13.1.0"
s.dependency "WebIdOnServerDocumentScanner", "13.0.0-beta" s.dependency "WebIdOnServerDocumentScanner", "13.1.0"
s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta" s.dependency "WebIdDigitalSigningPlugin", "12.1.1"
s.dependency "WebIdVideoIdentPlugin", "11.0.0" s.dependency "WebIdVideoIdentPlugin", "11.1.0"
end end