[Fix] WebIdMetaPlugin (15.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-09 14:39:10 +01:00
parent e347b33703
commit ace72e4a38

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/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.3.1/WebIdMetaPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => '815788ec4941e41a7cbee1df702490293aeca2edf615f65b43cd760b9dfd5729' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.3.1/WebIdMetaPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => 'ec2d3c1575c3f7893e21ce480cb105b94dc29701c1fb3906c2f295334f4393e2' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentProductPlugin", "15.3.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdVideoIdentProductPlugin", "15.3.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdDigitalSigningPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDigitalSigningPlugin", "15.1.1"
end end