6
0

[Fix] WebIdCellCheckPlugin (1.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-03 09:44:11 +01:00
parent 0920c82a02
commit f7a955b450

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/1.0.1/WebIdCellCheckPlugin.framework-v1.0.1-SNAPSHOT-92.zip', :sha256 => '288442a2117567ac08bdd7003ca3f56cf04916cc8c3b988a96453e6b473d7a8e' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/1.0.1/WebIdCellCheckPlugin.framework-v1.0.1-SNAPSHOT-94.zip', :sha256 => 'ba27f6c50d5630a50a9b47ce7d20562b7d62e9324213da04aa315953ed7140dd' }
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", "20.3.2-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "20.4.1-SNAPSHOT" #branch:snapshots
end end