6
0

[Fix] WebIdEIdProductPlugin (22.2.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-30 13:35:57 +02:00
parent d387f43f31
commit 078d57cb6a

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/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip', :sha256 => '8a5fdd16ed47820a3309139578a31951c2bed62838cdce83b0c93c388534cc36' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4-SNAPSHOT-1658.zip', :sha256 => '25438fca6686ba02320219c0f566a27fc9b8c317a19064ef98b23279d3f0e28c' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdProductPlugin.xcframework'
s.dependency "WebIdOnServerDocumentScanner", "21.2.1"
s.dependency "WebIdIosIdentScanPlugin", "21.2.1"
s.dependency "WebIdEIdentPlugin", "21.0.4"
s.dependency "WebIdDigitalSigningPlugin", "21.0.4"
s.dependency "WebIdOnServerDocumentScanner", "21.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "21.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdEIdentPlugin", "21.0.5-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "21.0.5-SNAPSHOT" #branch:snapshots
end