4
0

[Fix] WebIdPluginCore (200.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-28 17:14:39 +01:00
parent ef2b1cab04
commit 45273f13ce

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/experimental/de/webid-solutions/WebIdPluginCore/200.3.1/WebIdPluginCore.framework-v200.3.1-SNAPSHOT-341.zip', :sha256 => '2bfc34c9a96a94199618b680ecf5938a2d4483d77af259948c779d9b515b9c3f' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/200.3.1/WebIdPluginCore.framework-v200.3.1-SNAPSHOT-343.zip', :sha256 => '50549767efc29a017dcf29228dfb6fd8bca63d8bfbc2097f0cc945aed48db8c1' }
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", "20.3.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdUiKitComponents", "20.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "200.0.4-SNAPSHOT" #branch:experimental
end