6
0

[Fix] WebIdPluginCore (21.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-05 16:24:21 +01:00
parent 62782c976e
commit 0b4ee6b2e8

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/21.0.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-382.zip', :sha256 => '62325ae179ed9b61c86c993d62d4a99c07db3e3deadc94e5828d17d1e33c71c5' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-380.zip', :sha256 => '14eda8c16eb1924a108994da0f504a4d855660d9617582e286917b0216927227' }
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", "21.0.8-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.0.1-SNAPSHOT" #branch:experimental
s.dependency "WebIdIosSdk", "21.2.1-SNAPSHOT" #branch:snapshots
end