6
0

[Fix] WebIdCellCheckPlugin (2.0.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-09 17:59:26 +01:00
parent 3f2a5c9899
commit 579b748bd8

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/WebIdCellCheckPlugin/2.0.4/WebIdCellCheckPlugin.framework-v2.0.4-SNAPSHOT-129.zip', :sha256 => '88d79aeb9d15992b9e15f82e59026f0042cf1b7f214013ae70b3cacf275d6470' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.4/WebIdCellCheckPlugin.framework-v2.0.4-SNAPSHOT-130.zip', :sha256 => '6a74c8bd52d22f222bba8544f35c2b894baa2227a500cf55132feee46b91321b' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework'
s.dependency "WebIdPluginCore", "21.0.3-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "21.0.4-SNAPSHOT" #branch:snapshots
end end