6
0

[Fix] WebIdAccountIdProductPlugin (22.5.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-04 15:42:44 +02:00
parent 27948c783e
commit e7ca036905

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.5.2/WebIdAccountIdProductPlugin.framework-v22.5.2-SNAPSHOT-1724.zip', :sha256 => '3c32f6cc92ef3132aeb83950d3449eb08c4b23c0cfccd229f026f07fe57ab614' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.2/WebIdAccountIdProductPlugin.framework-v22.5.2-SNAPSHOT-1725.zip', :sha256 => '6a495e90a1f1e7c8a2918ff5fc7b6b2ac2ae1eae10de59b8d34508f5eb1df148' }
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.1.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "22.1.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "22.1.3-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "23.0.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosBankIdentPlugin", "22.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "23.1.0"
s.dependency "WebIdDocumentScanner", "23.1.0"
s.dependency "WebIdIosIdentScanPlugin", "23.1.0"
s.dependency "WebIdDigitalSigningPlugin", "23.0.2"
s.dependency "WebIdIosBankIdentPlugin", "22.0.0"
end