6
0

[Fix] WebIdAutoIdProductPlugin (21.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-08 16:14:34 +01:00
parent 1ca1c72212
commit 51aae685b2

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/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1555.zip', :sha256 => '340bd2f28a0086e50bdb14417dc38ca58ea690d7e9f644c1707c470ca98c07af' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1569.zip', :sha256 => '954bdaa2fca8f754d1e293a69fba938e717dc1307eee7463f3e8f8dc6ef90162' }
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 = 'WebIdAutoIdProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "20.4.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "20.4.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "20.4.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "20.4.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdCellCheckPlugin", "1.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "21.0.0"
s.dependency "WebIdIosIdentScanPlugin", "21.0.0"
s.dependency "WebIdDocumentScanner", "21.0.0"
s.dependency "WebIdOnServerDocumentScanner", "21.0.0"
s.dependency "WebIdCellCheckPlugin", "2.0.0"
end