6
0

[Fix] WebIdMetaPlugin (22.2.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-27 16:06:18 +01:00
parent 565daa1aa8
commit b5646a07f8

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.2.4/WebIdMetaPlugin.framework-v22.2.4-SNAPSHOT-1656.zip', :sha256 => 'd81a14c301bd0212cf5ed032f3d8c8fc9387128f2a4772fb4ca9ff236a5fb790' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.2.4/WebIdMetaPlugin.framework-v22.2.4-SNAPSHOT-1657.zip', :sha256 => '0221cdca7a7b5ad0a9d64e467dfa96e32e6e9a28354958be8b02762e0dbc5aa8' }
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", "21.0.5-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "21.0.4"
end