6
0

[Fix] WebIdAutoIdentOnServerProductPlugin (13.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-05-23 11:08:07 +02:00
parent 8de2dadc69
commit a1d6ae7616

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/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1273.zip', :sha256 => '66a742a48fbc5fda7266a080a0f088e4a3c5ee7523b7435add1ac7cfb00febea' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1276.zip', :sha256 => 'b628b678a63c0e3e05a23e6b8b6facc7b1771d4a5d001feefc280049d9e9e1e7' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "11.2.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "12.3.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "11.4.0"
s.dependency "WebIdIosIdentScanPlugin", "12.5.0"
s.dependency "WebIdOnServerDocumentScanner", "12.5.0"
end