2
0

[Fix] WebIdEIdOnServerProductPlugin (14.3.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-03-14 09:49:23 +01:00
parent ef51d29d7e
commit caeeab8cbe

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/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1261.zip', :sha256 => 'c0fa98dbc56a682cb8c81679a6f6e031a1bb2221f2374bc546a267b7de420ce8' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1324.zip', :sha256 => '4ab7d8fb0e54e094964d14162f5fbc55ad334f7a5bff2d1f1d5232bdec2bfcd4' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,10 +16,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdEIdOnServerProductPlugin.xcframework'
s.dependency "DocumentReader", "~> 7.2" s.dependency "WebIdEIdentPlugin", "6.3.1"
s.dependency "RegulaCommon", "~> 7.2" s.dependency "WebIdDigitalSigningPlugin", "12.2.1"
s.dependency "WebIdEIdentPlugin", "6.3.0-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdIosIdentScanPlugin", "13.3.2"
s.dependency "WebIdDigitalSigningPlugin", "12.2.0-SNAPSHOT" #branch:redesign-v4-snapshots s.dependency "WebIdOnServerDocumentScanner", "13.3.2"
s.dependency "WebIdIosIdentScanPlugin", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdOnServerDocumentScanner", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots
end end