[Fix] WebIdMetaPlugin (15.2.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-02-10 12:37:48 +01:00
parent f7e60940b2
commit a7eee9b5d5

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