2
0

[Fix] WebIdMetaPlugin (14.0.0-SNAPSHOT)

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

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/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/14.0.0/WebIdMetaPlugin.framework-v14.0.0-SNAPSHOT-1221.zip', :sha256 => '412c985a7b7a81182a67d5f209f0dca6296086ca05bd9c7d73ed4b754aec32a6' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/14.0.0/WebIdMetaPlugin.framework-v14.0.0-SNAPSHOT-1228.zip', :sha256 => '05b3a17bb6c1a952d9f3612b1fe63ccdccfaa3c70a2cbe5e1a57b6f8f7c6bf10' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,8 +17,8 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentProductPlugin", "14.0.0-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdVideoIdentPlugin", "11.0.0"
s.dependency "WebIdDigitalSigningPlugin", "12.0.0-beta"
s.dependency "WebIdIosIdentScanPlugin", "13.0.0-beta"
s.dependency "WebIdOnServerDocumentScanner", "13.0.0-beta"
s.dependency "WebIdVideoIdentPlugin", "11.1.0"
s.dependency "WebIdDigitalSigningPlugin", "12.1.1"
s.dependency "WebIdIosIdentScanPlugin", "13.1.0"
s.dependency "WebIdOnServerDocumentScanner", "13.1.0"
end