6
0

[Fix] WebIdMetaPlugin (22.3.5-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-23 18:07:31 +02:00
parent aad7ce0398
commit 4e0843c4d5

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.5/WebIdMetaPlugin.framework-v22.3.5-SNAPSHOT-1688.zip', :sha256 => '8194f7c9342148a3fbaf85c53d20777a966c4c7be3731fd744bc9ef45ea6f48f' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.3.5/WebIdMetaPlugin.framework-v22.3.5-SNAPSHOT-1690.zip', :sha256 => '6c966855a1a470d7c24fedf87e5196e2663e1aba60926cb5784698d63b9d2b7b' }
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.1"
s.dependency "WebIdDigitalSigningPlugin", "22.1.0"
end