6
0

[Fix] WebIdMetaPlugin (22.3.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-01 16:37:38 +02:00
parent 89900a9e05
commit ec53b5834a

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/snapshots/de/webid-solutions/WebIdMetaPlugin/22.3.2/WebIdMetaPlugin.framework-v22.3.2-SNAPSHOT-1678.zip', :sha256 => '3ff16c0b86d6108fc1a1ea0d8a3c5c362ba8b249166e6264b46970b8245e8305' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.3.2/WebIdMetaPlugin.framework-v22.3.2-SNAPSHOT-1680.zip', :sha256 => 'af3f8ca7c311e332aad32b68989e290c9253b11bc19324b2446b2783a7ee474a' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "22.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "22.0.1"
end