6
0

[Fix] WebIdAutoIdentOnServerProductPlugin (13.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-04-17 17:04:11 +02:00
parent 91e9b5b042
commit 7e0b84f579

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/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1267.zip', :sha256 => 'f1623388cfc75d1c601d25705669ed4a57eaadbcf89e749799f3d7dc75be7637' } 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-1269.zip', :sha256 => '0200eef676913e3362bf47d9dd7f05a4c4b5bfeae5aa8318d5ccaab63368da23' }
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", "11.2.0" s.dependency "WebIdDigitalSigningPlugin", "11.3.0"
s.dependency "WebIdIosIdentScanPlugin", "12.3.2" s.dependency "WebIdIosIdentScanPlugin", "12.4.0"
s.dependency "WebIdOnServerDocumentScanner", "12.3.2" s.dependency "WebIdOnServerDocumentScanner", "12.4.0"
end end