[Fix] WebIdPluginCore (15.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-07 15:17:51 +02:00
parent 704fc07904
commit ad43e89b77

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/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.0.1/WebIdPluginCore.framework-v15.0.1-SNAPSHOT-297.zip', :sha256 => '7f17224f9346a0e86a92bbe00be32871a4141faff6791e85284a1d434bdfe182' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.0.1/WebIdPluginCore.framework-v15.0.1-SNAPSHOT-299.zip', :sha256 => 'be133c8f7d59e685e5f2cdb9c925ce8292f94825b7bec7858bc88645cf4f359f' }
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", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdIosSdk", "15.0.0-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdUiKitComponents", "~> 15.0.0"
s.dependency "WebIdIosSdk", "~> 15.0.1"
end