[Fix] WebIdSdkUiKitComponents (15.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-04 07:23:23 +01:00
parent 460e9fc1f0
commit cadaa0ec9f

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