4
0

[Fix] WebIdIosIdentScanPlugin (20.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-08-23 09:31:01 +02:00
parent 5cfb9f71c2
commit 248edf6851

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/redesign-v4-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.1.2/WebIdIosIdentScanPlugin.framework-v20.1.2-SNAPSHOT-1467.zip', :sha256 => '9a534514e13f85ea7220df01143968776fa280f896e6d6294684dc0fb85fddcb' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.1.2/WebIdIosIdentScanPlugin.framework-v20.1.2-SNAPSHOT-1469.zip', :sha256 => 'a0f98a17ad008d1bcb6caf7dbdbb8bdaaaaa23360c8d1feb449cb3c489a1ab10' }
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", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdDocumentScanner", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdPluginCore", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdPluginCore", "20.2.0"
end end