[Fix] WebIdPluginCore (15.2.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-09 16:55:21 +02:00
parent e0dfae05b5
commit 9b7ffa5df2

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/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.2.1/WebIdPluginCore.framework-v15.2.1-SNAPSHOT-321.zip', :sha256 => '31cf2c25de2ae9f9668967985bff7e8a668f2004c7c69ba671ef76354fc6728d' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.2.1/WebIdPluginCore.framework-v15.2.1-SNAPSHOT-322.zip', :sha256 => 'a8744bf0c2951a1707db9ee265184634fde924070cb8f593638bdd6f2a3d9449' }
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", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "15.1.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdUiKitComponents", "~> 15.0.0"
s.dependency "WebIdIosSdk", "~> 15.1.3"
end