6
0

[Fix] WebIdPluginCore (21.0.6-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-30 16:42:24 +02:00
parent 89d3ab3210
commit 4651f6ad37

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/WebIdPluginCore/21.0.6/WebIdPluginCore.framework-v21.0.6-SNAPSHOT-395.zip', :sha256 => '72593ec683523899d140c71e271fc1e6fbb98b7297d44d743c78a99688cb16d7' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.6/WebIdPluginCore.framework-v21.0.6-SNAPSHOT-396.zip', :sha256 => '3a3bd2bcdf8923d76299096f0b0975161b653208fcb31fce4534cf4915d45029' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "~> 22.0.0" s.dependency "WebIdUiKitComponents", "22.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "~> 21.4.0" s.dependency "WebIdIosSdk", "21.4.1-SNAPSHOT" #branch:snapshots
end end