6
0

[Fix] WebIdCellCheckPlugin (1.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-15 16:14:07 +01:00
parent 3aa4822616
commit c8b592a202

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-94.zip', :sha256 => 'ba27f6c50d5630a50a9b47ce7d20562b7d62e9324213da04aa315953ed7140dd' } 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-98.zip', :sha256 => '1ced3acca5eed7899d5b613eaab3b9da4f97515805a7dc16b1cac26befe76433' }
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.4.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "200.3.1-SNAPSHOT" #branch:experimental
end end