6
0

[Fix] WebIdMetaPlugin (22.2.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-30 13:36:32 +02:00
parent 078d57cb6a
commit 07552cd23c

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-1657.zip', :sha256 => 'ac4709dd2a4608e6041312db56929a705770c3c6995966411259ed2d83746a46' }
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-1658.zip', :sha256 => 'a4edf00a3e770187b08e9e62a080f248aad1a2bb1d79236120b7e398eb0842eb' }
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.4"
s.dependency "WebIdDigitalSigningPlugin", "21.0.5-SNAPSHOT" #branch:snapshots
end