6
0

[Fix] WebIdCellCheckPlugin (2.0.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-23 12:39:28 +01:00
parent ae5b51f122
commit 555c00f871

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.3/WebIdCellCheckPlugin.framework-v2.0.3-SNAPSHOT-123.zip', :sha256 => 'e6ce9c5b45305b70e6d73aac6f3caea2f505085987c04060911e142207b81ad9' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.3/WebIdCellCheckPlugin.framework-v2.0.3-SNAPSHOT-126.zip', :sha256 => '58a0c0a850d8b11fb6a9d80cbd48d819e7c70f236bed4a2347bd67e1c683e778' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework'
s.dependency "WebIdPluginCore", "21.0.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "21.0.3"
end