6
0

[Fix] WebIdPluginCore (21.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-22 09:31:41 +02:00
parent 58b9b99e82
commit 753287f790

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.1.1/WebIdPluginCore.framework-v21.1.1-SNAPSHOT-397.zip', :sha256 => 'a3fe6f2296cfcaa2d26550d0226ed962fa3a330066e30fd8dd3fb502ac4bc0d4' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.1.1/WebIdPluginCore.framework-v21.1.1-SNAPSHOT-400.zip', :sha256 => '978f9a0ffbc0ff81c76336a76913a054bcf1789799f9e557c1a8bf8347e5ccc3' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "22.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "~> 22.1.0"
s.dependency "WebIdIosSdk", "~> 21.5.0"
end