6
0

[Fix] WebIdPluginCore (21.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-05 14:20:05 +01:00
parent 0710865b4b
commit 81389655d5

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.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-378.zip', :sha256 => 'bc47cee583b069f8d8f01d5c9967ee4f8d40fd954516dcd7e0eeb328936899d3' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.4/WebIdPluginCore.framework-v21.0.4-SNAPSHOT-381.zip', :sha256 => 'c0777a4c1bfff47f4015e07d8040595cc77c5217e91062df97ea8ac75407e399' }
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.7-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.1.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "21.0.8-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.0.1-SNAPSHOT" #branch:experimental
end