6
0

[Fix] WebIdPluginCore (22.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-10 15:41:40 +02:00
parent 887e33c50f
commit 06a7dcb074

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/WebIdPluginCore/22.1.1/WebIdPluginCore.framework-v22.1.1-SNAPSHOT-418.zip', :sha256 => '7900e78ec5b3bd11987bfd9359667f6506bc4d33c468320a607a369fab4e2f18' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/22.1.1/WebIdPluginCore.framework-v22.1.1-SNAPSHOT-421.zip', :sha256 => 'd30690ee2d1169b1da9d4efa9deb995da61b9d6d47cacd8ee1516db530cc31a0' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "22.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.6.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "210.5.0-SNAPSHOT" #branch:experimental
end