[Fix] WebIdPluginCore (15.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-23 16:04:31 +02:00
parent 39019767cd
commit f15557ba69

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.2/WebIdPluginCore.framework-v15.2.2-SNAPSHOT-325.zip', :sha256 => '86c4cc6de767efc14a9890e1cc0e600dec4442bf0b3471de213197da6d5cc7cb' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.2.2/WebIdPluginCore.framework-v15.2.2-SNAPSHOT-326.zip', :sha256 => '16bc0b7883079dd15a4b27c49021a9a501d45ceadb7df4f5fb4d8983261b7f84' }
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.2.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdUiKitComponents", "~> 15.0.0"
s.dependency "WebIdIosSdk", "~> 15.2.0"
end