6
0

[Fix] WebIdVideoIdentProductPlugin (15.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-07-14 13:02:49 +02:00
parent 029c51c6c6
commit efcd7258f4

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/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.0.0/WebIdVideoIdentProductPlugin.framework-v15.0.0-SNAPSHOT-1295.zip', :sha256 => '95626e4940410161b0e69b5b5c762e197baee11e285871b1f0d7172763d95284' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.0.0/WebIdVideoIdentProductPlugin.framework-v15.0.0-SNAPSHOT-1298.zip', :sha256 => '0f35eef6c1fc8e647dd180c4454b32ecad67cc15e784003bb86a29f9532267f8' }
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", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosIdentScanPlugin", "15.0.0"
s.dependency "WebIdOnServerDocumentScanner", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdOnServerDocumentScanner", "15.0.0"
s.dependency "WebIdDigitalSigningPlugin", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdDigitalSigningPlugin", "15.0.0"
s.dependency "WebIdVideoIdentPlugin", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdVideoIdentPlugin", "15.0.0"
end end