[Fix] WebIdDocumentScanner (15.0.2-SNAPSHOT)

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

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