6
0

[Fix] WebIdPluginCore (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-09-04 14:04:43 +02:00
parent 5f28fd8cea
commit 6dc5febebe

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.2.2/WebIdPluginCore.framework-v20.2.2-SNAPSHOT-334.zip', :sha256 => '98e782cc2560f5ea45c82f7692a7827335b4d299b728c60e4d561fb1dd617afd' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.2.2/WebIdPluginCore.framework-v20.2.2-SNAPSHOT-335.zip', :sha256 => '4f6dec12d47389f8901f0b88b16bfd9419ba12ddbf58a47c63e9cc6fcb8e25c5' }
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.2.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdUiKitComponents", "20.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "12.0.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "12.0.2-SNAPSHOT" #branch:snapshots
end end