[Fix] WebIdAutoIdentOnServerProductPlugin (15.3.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-09 14:37:37 +01:00
parent 90ab3ce876
commit c985e85500

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.3.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip', :sha256 => 'ae4b16823140ae8a956565516c5a802142f2342deab9d83de5699e0ea0308c71' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.3.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip', :sha256 => '30deb0544cff3c97ce3956825fede2282bd6a5ed7d95a8039a8bbbced0d70c99' }
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.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdDigitalSigningPlugin", "15.1.1"
s.dependency "WebIdIosIdentScanPlugin", "15.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdIosIdentScanPlugin", "15.1.2"
s.dependency "WebIdOnServerDocumentScanner", "15.1.2-SNAPSHOT" #branch:legacy-snapshots s.dependency "WebIdOnServerDocumentScanner", "15.1.2"
end end