6
0

[Fix] WebIdMetaPlugin (15.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-07-14 13:03:10 +02:00
parent efcd7258f4
commit 180cba8b11

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/15.0.0/WebIdMetaPlugin.framework-v15.0.0-SNAPSHOT-1292.zip', :sha256 => '36c8fc5dbe54c99498b51324c02eda5068e38716575d78c583bb588b42d2ab54' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/15.0.0/WebIdMetaPlugin.framework-v15.0.0-SNAPSHOT-1298.zip', :sha256 => '5cd028e95de54cb23dbc50e1aa91d957d31e22e2e7f6545b13f12c5d573d504f' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,8 +17,8 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdMetaPlugin.xcframework'
s.dependency "WebIdVideoIdentProductPlugin", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdVideoIdentProductPlugin", "15.0.0-SNAPSHOT" #branch:snapshots
s.dependency "WebIdVideoIdentPlugin", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdVideoIdentPlugin", "15.0.0"
s.dependency "WebIdDigitalSigningPlugin", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdDigitalSigningPlugin", "15.0.0"
s.dependency "WebIdIosIdentScanPlugin", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdIosIdentScanPlugin", "15.0.0"
s.dependency "WebIdOnServerDocumentScanner", "15.0.0-SNAPSHOT" #branch:snapshots s.dependency "WebIdOnServerDocumentScanner", "15.0.0"
end end