6
0

[Fix] WebIdSdkUiKitComponents (21.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-20 20:43:23 +01:00
parent 3871012efd
commit 49ac802039

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/WebIdSdkUiKitComponents/21.0.2/WebIdSdkUiKitComponents.framework-v21.0.2-SNAPSHOT-272.zip', :sha256 => 'b624edd3443ed3fbe9bf30991f46caae61ded42f2cb43d816863ee9548dbc7a8' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/21.0.2/WebIdSdkUiKitComponents.framework-v21.0.2-SNAPSHOT-274.zip', :sha256 => '3cb6994529c76c75697fa600c27325430a42f08fec5a918b747e5eb0e056ddb4' }
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 = 'WebIdSdkUiKitComponents.xcframework' s.ios.vendored_frameworks = 'WebIdSdkUiKitComponents.xcframework'
s.dependency "WebIdUiKitComponents", "21.0.5-SNAPSHOT" #branch:snapshots s.dependency "WebIdUiKitComponents", "~> 21.0.5"
s.dependency "WebIdIosSdk", "21.1.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosSdk", "~> 21.2.0"
end end