6
0

[Fix] WebIdMetaPlugin (22.5.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-04 15:44:32 +02:00
parent 7e4459248d
commit 5a98af1db1

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.5.2/WebIdMetaPlugin.framework-v22.5.2-SNAPSHOT-1724.zip', :sha256 => '5d0ef2e2430daa45965355bda3886af7be94effffe96f88801a3aa5dc556f8d9' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.5.2/WebIdMetaPlugin.framework-v22.5.2-SNAPSHOT-1725.zip', :sha256 => '3c3ccc579aaa08ffe55d314f9a8d1d9f3040beb350684015d70ddf127e109a2c' }
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", "23.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "23.0.2"
end