[Fix] WebIdPluginCore (15.2.2-SNAPSHOT)

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

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-324.zip', :sha256 => 'e1ec2e9ac526b432b678550bae28e3a847a21bed78a95fb39327fdd33d5ea319' }
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.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "15.1.4-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "15.2.1-SNAPSHOT" #branch:legacy-snapshots
end