6
0

[Fix] WebIdPluginCore (12.2.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-09 06:05:06 +02:00
parent fc21ce27cc
commit f31a17bdad

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/12.2.0/WebIdPluginCore.framework-v12.2.0-SNAPSHOT-262.zip', :sha256 => '5d5a93261ec00dd5b99d2aac26c9c2b8923015aad5051fdf6ade2b4460ab2d5e' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/12.2.0/WebIdPluginCore.framework-v12.2.0-SNAPSHOT-263.zip', :sha256 => '3bbaac0d222185c41b54e80ca53516731598a5619e9ceb00ba9c6c5d40bde0fa' }
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", "~> 7.0.3"
s.dependency "WebIdIosSdk", "~> 11.3.2"
s.dependency "WebIdUiKitComponents", "7.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "11.2.0-SNAPSHOT" #branch:snapshots
end