6
0

[Fix] WebIdCellCheckPlugin (1.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-16 21:37:27 +01:00
parent 27f09894e4
commit c780307828

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