6
0

[Fix] WebIdAutoIdProductPlugin (20.1.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-08-27 11:58:15 +02:00
parent b153eb1386
commit bd7067a407

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/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/20.1.2/WebIdAutoIdProductPlugin.framework-v20.1.2-SNAPSHOT-1483.zip', :sha256 => 'dc24b50595fe25d2e0c96fe15898e9ce5b2ad4c965657c12b9e6bd0684596487' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/20.1.2/WebIdAutoIdProductPlugin.framework-v20.1.2-SNAPSHOT-1488.zip', :sha256 => 'f87febe7b971f891f59f722eb332e4796a38705bac6b5667a0faf34fca01672f' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdAutoIdProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdDigitalSigningPlugin", "20.2.0"
s.dependency "WebIdIosIdentScanPlugin", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdIosIdentScanPlugin", "20.2.0"
s.dependency "WebIdDocumentScanner", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdDocumentScanner", "20.2.0"
s.dependency "WebIdOnServerDocumentScanner", "20.1.2-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdOnServerDocumentScanner", "20.2.0"
end end