6
0

[Fix] WebIdAutoIdProductPlugin (22.2.4-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-30 13:35:25 +02:00
parent 926145f654
commit d387f43f31

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/22.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip', :sha256 => '1b3a76b1c17d61b40f5d7c766b43b0b1b2c5605a3e456744939819cdf9653084' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1658.zip', :sha256 => 'ab23acd256235b3f2bf5ee0e0c9f851f03c19aa95b529da985beedaa85981cb5' }
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", "21.0.4"
s.dependency "WebIdIosIdentScanPlugin", "21.2.1"
s.dependency "WebIdDocumentScanner", "21.2.1"
s.dependency "WebIdOnServerDocumentScanner", "21.2.1"
s.dependency "WebIdCellCheckPlugin", "2.0.4"
s.dependency "WebIdDigitalSigningPlugin", "21.0.5-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "21.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDocumentScanner", "21.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "21.2.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdCellCheckPlugin", "2.0.5-SNAPSHOT" #branch:snapshots
end