6
0

[Fix] WebIdMetaPlugin (21.1.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-12 15:50:38 +01:00
parent 5c33c11380
commit 7c82998469

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/21.1.3/WebIdMetaPlugin.framework-v21.1.3-SNAPSHOT-1544.zip', :sha256 => '6a488280dd330d209d2a4758808699cbe6098bed688046e55a446944c22add91' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.1.3/WebIdMetaPlugin.framework-v21.1.3-SNAPSHOT-1541.zip', :sha256 => '561539119d30e2d498abc8983d58c8f51c06cb2afb1baee2bdd9295cd3e2315e' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentPlugin", "20.3.1-SNAPSHOT" #branch:experimental s.dependency "WebIdVideoIdentPlugin", "20.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdDigitalSigningPlugin", "20.3.2-SNAPSHOT" #branch:experimental s.dependency "WebIdDigitalSigningPlugin", "20.3.4-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:experimental s.dependency "WebIdIosIdentScanPlugin", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:experimental s.dependency "WebIdOnServerDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots
end end