6
0

[Fix] WebIdOnServerDocumentScanner (12.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-07-25 11:31:28 +02:00
parent 3915beab2e
commit cc8516602e

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/WebIdOnServerDocumentScanner/12.0.1/WebIdOnServerDocumentScanner.framework-v12.0.1-SNAPSHOT-1289.zip', :sha256 => '5bec57a9d716208cd34c9afb56a299d27d11851cff83d4af3d1e49ce56d3869e' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnServerDocumentScanner/12.0.1/WebIdOnServerDocumentScanner.framework-v12.0.1-SNAPSHOT-1300.zip', :sha256 => '28ecd96c70a1824749d02bb96ab393c7cdbe5fdd21ec1f7483266ec91d5eec41' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdOnServerDocumentScanner.xcframework'
s.dependency "WebIdDocumentScanner", "12.0.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "11.0.1"
s.dependency "WebIdPluginCore", "12.0.0"
end