2
0

[Fix] WebIdMetaPlugin (14.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-04-23 17:35:13 +02:00
parent 70242fd608
commit 01e0b5996f

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/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/14.3.0/WebIdMetaPlugin.framework-v14.3.0-SNAPSHOT-1335.zip', :sha256 => '45ffe91d068f52895a62938e6019984cbc1c0a1419fb77d7ae7d87130efda83d' }
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/14.3.0/WebIdMetaPlugin.framework-v14.3.0-SNAPSHOT-1358.zip', :sha256 => 'c739bec4d9dc730553fa5df31de649a5f7230e4efaee28e8fd0a7ed588e13de5' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
@ -17,8 +17,8 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentProductPlugin", "14.3.0-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdVideoIdentPlugin", "11.2.3"
s.dependency "WebIdDigitalSigningPlugin", "12.2.1"
s.dependency "WebIdIosIdentScanPlugin", "13.3.2"
s.dependency "WebIdOnServerDocumentScanner", "13.3.2"
s.dependency "WebIdVideoIdentPlugin", "11.3.0"
s.dependency "WebIdDigitalSigningPlugin", "12.3.0"
s.dependency "WebIdIosIdentScanPlugin", "13.4.0"
s.dependency "WebIdOnServerDocumentScanner", "13.4.0"
end