6
0

[Fix] WebIdMetaPlugin (21.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-03 16:35:22 +01:00
parent 9095d0f84b
commit 0153e51393

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/WebIdMetaPlugin/21.1.2/WebIdMetaPlugin.framework-v21.1.2-SNAPSHOT-1536.zip', :sha256 => '464d6e350808ebd3c4186a0c518a40d5f3b90193e6f9e784300ac554871977db' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.1.2/WebIdMetaPlugin.framework-v21.1.2-SNAPSHOT-1539.zip', :sha256 => '18c55be219cee864e6ca10d2c515d75f16952d346a5d66772d58d6a1eec6c14a' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentPlugin", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "20.3.2-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdVideoIdentPlugin", "20.3.0"
s.dependency "WebIdDigitalSigningPlugin", "20.3.3"
s.dependency "WebIdIosIdentScanPlugin", "20.3.5"
s.dependency "WebIdOnServerDocumentScanner", "20.3.5"
end