6
0

[Fix] WebIdMetaPlugin (13.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-06-12 13:29:43 +02:00
parent c225a58450
commit 38f2f669bf

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/WebIdMetaPlugin/13.4.1/WebIdMetaPlugin.framework-v13.4.1-SNAPSHOT-1280.zip', :sha256 => 'f1b51be15317b82067ae7b8ac61ff18eb3b7ede91bde9dd471ef3e598b71ea2d' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/13.4.1/WebIdMetaPlugin.framework-v13.4.1-SNAPSHOT-1281.zip', :sha256 => '28da92b0d4ed1f0a5d578bdf321d055658d58ce023cc9e944b0ce2b8785e1811' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -19,6 +19,6 @@ Pod::Spec.new do |s|
s.dependency "WebIdVideoIdentProductPlugin", "13.4.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdVideoIdentProductPlugin", "13.4.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdVideoIdentPlugin", "10.7.2" s.dependency "WebIdVideoIdentPlugin", "10.7.2"
s.dependency "WebIdDigitalSigningPlugin", "11.4.2" s.dependency "WebIdDigitalSigningPlugin", "11.4.2"
s.dependency "WebIdIosIdentScanPlugin", "12.5.2" s.dependency "WebIdIosIdentScanPlugin", "12.5.3"
s.dependency "WebIdOnServerDocumentScanner", "12.5.2" s.dependency "WebIdOnServerDocumentScanner", "12.5.3"
end end