[Fix] WebIdIosIdentScanPlugin (15.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-04 10:28:25 +01:00
parent fc197f7c15
commit ddcbbe5eb5

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/WebIdIosIdentScanPlugin/15.0.2/WebIdIosIdentScanPlugin.framework-v15.0.2-SNAPSHOT-1380.zip', :sha256 => 'f838930d463a13c9af756389b5a12f4cf9bad945dacb7d33a870bb8a3819d223' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.2/WebIdIosIdentScanPlugin.framework-v15.0.2-SNAPSHOT-1381.zip', :sha256 => '61d3d64ef80cec2fea95f73942285440daf2f9d4a44b0c5f2f3d5129e6016742' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework'
s.dependency "WebIdDocumentScanner", "15.0.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDocumentScanner", "15.0.2-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdPluginCore", "15.0.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdPluginCore", "15.0.1"
end end