6
0

[Fix] WebIdCellCheckPlugin (1.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-08 13:32:24 +01:00
parent 39dca708f0
commit 126a00ebd3

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/1.0.1/WebIdCellCheckPlugin.framework-v1.0.1-SNAPSHOT-112.zip', :sha256 => '33888c8c8ef2fec015a281d5aa57551906a8839985528a396b545f4d65a48bad' }
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-113.zip', :sha256 => '98f27735c6d79dbf22ff26a442318a228c9e18bd856e1750d1fcc8081a718a7a' }
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.0"
s.dependency "WebIdPluginCore", "21.0.1-SNAPSHOT" #branch:snapshots
end