6
0

[Fix] WebIdPluginCore (21.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-05 09:35:10 +01:00
parent cf054bde21
commit 32d29dedda

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/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-366.zip', :sha256 => 'ab2734ac790f06782976411adf487d773940fd8864ef02d82afb6a913e152511' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-368.zip', :sha256 => '398ea01e23491f35c66e38a249d05cf49911c69a63524cbac2cfcba181745c4b' }
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", "21.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "~> 21.0.2"
s.dependency "WebIdIosSdk", "~> 21.1.0"
end