[Fix] WebIdMetaPlugin (15.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-10 09:37:40 +02:00
parent 158c4a235a
commit 8d0c366134

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.0.2/WebIdMetaPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '77bfc63038c6bd9d834511125510774cdb47d718e300a9feebed0c9b12730444' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.0.2/WebIdMetaPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => '9129ab024893aee40188fca5dea99f5764a66ceef07d4138452fb333bb1f7634' }
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.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdVideoIdentProductPlugin", "15.0.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdVideoIdentPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdVideoIdentPlugin", "15.1.0"
s.dependency "WebIdDigitalSigningPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDigitalSigningPlugin", "15.0.1"
s.dependency "WebIdIosIdentScanPlugin", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdIosIdentScanPlugin", "15.0.1"
s.dependency "WebIdOnServerDocumentScanner", "15.0.1-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdOnServerDocumentScanner", "15.0.1"
end end