6
0

[Fix] WebIdAccountIdProductPlugin (22.3.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-01 16:36:00 +02:00
parent c70b29b954
commit d1431ca997

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/WebIdAccountIdProductPlugin/22.3.2/WebIdAccountIdProductPlugin.framework-v22.3.2-SNAPSHOT-1678.zip', :sha256 => '78d7ed76d65243ad102bbfc1c32ad88566d1d965d99bd37cde6d4ad35cec9669' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.3.2/WebIdAccountIdProductPlugin.framework-v22.3.2-SNAPSHOT-1680.zip', :sha256 => '3b3695b1b13df0e5dfb0ce6a5778e52c91f12508433ba96e682e617acb74f07b' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,9 +16,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAccountIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "22.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosBankIdentPlugin", "21.0.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "22.0.0"
s.dependency "WebIdDocumentScanner", "22.0.0"
s.dependency "WebIdIosIdentScanPlugin", "22.0.0"
s.dependency "WebIdDigitalSigningPlugin", "22.0.1"
s.dependency "WebIdIosBankIdentPlugin", "21.0.5"
end