6
0

[Fix] WebIdPluginCore (22.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-05 14:27:52 +02:00
parent 732dea78dc
commit 09abecca8a

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.0.1/WebIdPluginCore.framework-v22.0.1-SNAPSHOT-414.zip', :sha256 => 'f99f63d499416353dd13a7b3c216023a94c2ffa8bd1a0f4e64e2dd4661beda52' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/22.0.1/WebIdPluginCore.framework-v22.0.1-SNAPSHOT-416.zip', :sha256 => 'dd9aa70ac335918dd68ec16543ddc3020c770ed75813c85a1a6ff614109ec1e3' }
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.2.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.6.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "~> 22.3.0"
s.dependency "WebIdIosSdk", "~> 21.6.0"
end