6
0

[Fix] WebIdPluginCore (20.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-04 09:40:43 +01:00
parent 1ba89a8b57
commit 756f544c4e

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.3.1/WebIdPluginCore.framework-v20.3.1-SNAPSHOT-342.zip', :sha256 => 'a8036b254848159c31766b00ebcb0e608f76399e54de82425dbf492c8d9fc015' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.3.1/WebIdPluginCore.framework-v20.3.1-SNAPSHOT-342.zip', :sha256 => '9ee4fc0fd3a2afe52ff3c71d7d7045cbd3087f075b4997d49b5209f4b15aa717' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework' s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "20.3.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdUiKitComponents", "20.3.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "20.0.4-SNAPSHOT" #branch:snapshots
end end