6
0

[Fix] WebIdMetaPlugin (22.3.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-02 16:39:24 +02:00
parent 882e910cb9
commit 5cb6bf5a5f

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