[Fix] WebIdPluginCore (15.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-06 16:07:49 +01:00
parent 2e6d22de44
commit 6a13a17f74

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.1.2/WebIdPluginCore.framework-v15.1.2-SNAPSHOT-309.zip', :sha256 => 'e412441047ea9bef499b7da0322b1b92b1e8f44d79582d85dc283a15993e3435' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.1.2/WebIdPluginCore.framework-v15.1.2-SNAPSHOT-312.zip', :sha256 => 'fee4f4e2ffc14d2c80dc37e485d6f83a842ba983c88ec56e9d04d3311277d124' }
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.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
end