[Fix] WebIdMetaPlugin (15.1.5-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-12 09:48:31 +01:00
parent fd3cd416c7
commit b97702befb

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/WebIdMetaPlugin/15.1.5/WebIdMetaPlugin.framework-v15.1.5-SNAPSHOT-1344.zip', :sha256 => 'f193a823d0103c9a47135482ce0b85fe1b2a841d5cbd210b612d0ae2ab5b0b03' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.1.5/WebIdMetaPlugin.framework-v15.1.5-SNAPSHOT-1347.zip', :sha256 => '5223417ff6eb3b8993b7426202733792587af9157ef10ab4f32b2a11171bf141' }
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", "15.1.5-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdVideoIdentPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdDigitalSigningPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosIdentScanPlugin", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdOnServerDocumentScanner", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdVideoIdentPlugin", "15.2.0"
s.dependency "WebIdDigitalSigningPlugin", "15.1.0"
s.dependency "WebIdIosIdentScanPlugin", "15.1.0"
s.dependency "WebIdOnServerDocumentScanner", "15.1.0"
end