2
0

[Fix] WebIdAutoIdentOnServerProductPlugin (14.2.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-11-19 12:42:55 +01:00
parent 7252d683ee
commit 6c584accfc

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' } s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.2.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.2.0-SNAPSHOT-1239.zip', :sha256 => '77013ccda72575dd1e3490fd8f373eea64ddf6d074c28c11d1791ab5819e265d' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.2.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.2.0-SNAPSHOT-1240.zip', :sha256 => '684e49c1e790853b3568895e9d7b6947bd98b82c956d3b466778488ba6f74e4f' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "12.1.1" s.dependency "WebIdDigitalSigningPlugin", "12.1.1-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdIosIdentScanPlugin", "13.1.0" s.dependency "WebIdIosIdentScanPlugin", "13.0.0-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdOnServerDocumentScanner", "13.1.0" s.dependency "WebIdOnServerDocumentScanner", "13.0.0-SNAPSHOT" #branch:redesign-v4-snapshots
end end