[Fix] WebIdAutoIdentOnServerProductPlugin (15.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-10 09:35:59 +02:00
parent 90d99f201c
commit 195016352f

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/WebIdAutoIdentOnServerProductPlugin/15.0.2/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip', :sha256 => '3d7df9059c3a2293f1257fb0c8ea738f47974e7f1405f0cc1c1d1cab98e1afb7' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.2/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip', :sha256 => 'cb3dbfc07ca4d703acd917cc999e7b81715788541b6a51a681ef7fb9f91cdd34' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdAutoIdentOnServerProductPlugin.xcframework'
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