6
0

[Fix] WebIdPluginCore (21.0.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-23 11:59:53 +01:00
parent 49ac802039
commit 5eaa167e51

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.3/WebIdPluginCore.framework-v21.0.3-SNAPSHOT-370.zip', :sha256 => 'cdf72945c0d06b33127f754447d1a64458573762bc4242888749be1951b26123' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.3/WebIdPluginCore.framework-v21.0.3-SNAPSHOT-376.zip', :sha256 => '92225157a4d28add96658022ff9625c0ad7a266efeb2045d23f22f3320133163' }
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.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "21.1.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "~> 21.0.5"
s.dependency "WebIdIosSdk", "~> 21.2.0"
end