6
0

[Fix] WebIdAutoIdentOnServerProductPlugin (13.7.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-06-16 17:18:16 +02:00
parent f484459624
commit 6c6c29448a

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.7.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.1-SNAPSHOT-1283.zip', :sha256 => 'aa064824c20b8c90467e121b8a4824bf5fba5d9114a884cd5faf47c55117fd37' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.7.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.1-SNAPSHOT-1284.zip', :sha256 => '4cd65bc1e13bdd86c0d8da70caf9d0ea41641843977e6323b1722135c01224fe' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "11.4.2" s.dependency "WebIdDigitalSigningPlugin", "11.4.2"
s.dependency "WebIdIosIdentScanPlugin", "12.5.3" s.dependency "WebIdIosIdentScanPlugin", "12.6.0"
s.dependency "WebIdOnServerDocumentScanner", "12.5.3" s.dependency "WebIdOnServerDocumentScanner", "12.6.0"
end end