6
0

[Fix] WebIdAccountIdProductPlugin (22.3.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-04-02 16:37:44 +02:00
parent 4a946f595d
commit 5bab2cb6c5

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.4/WebIdAccountIdProductPlugin.framework-v22.3.4-SNAPSHOT-1683.zip', :sha256 => 'eeeadb17afdb37b579aeb9878bc3c84892e3e4463dcc4562c11d49a9c1444373' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.3.4/WebIdAccountIdProductPlugin.framework-v22.3.4-SNAPSHOT-1684.zip', :sha256 => 'ade2839ea33369017c53e3693c906e800ca8be4dda5950814bb61db3ba5a44de' }
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.2"
s.dependency "WebIdDocumentScanner", "22.0.2"
s.dependency "WebIdIosIdentScanPlugin", "22.0.2"
s.dependency "WebIdDigitalSigningPlugin", "22.0.1"
s.dependency "WebIdIosBankIdentPlugin", "21.0.5"
end