6
0

[Fix] WebIdAutoIdentOnDeviceProductPlugin (13.4.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-06-12 13:27:56 +02:00
parent 1edaf4ccea
commit 8d35d0ad9b

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/WebIdAutoIdentOnDeviceProductPlugin/13.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip', :sha256 => '7db5d0cf45657067c37a8343c8f2bc8707aa6554752690dfd44659e8d92674f6' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.1-SNAPSHOT-1281.zip', :sha256 => '3d2b4c28ef26fbdc4340ddf3becdea439310ac5e7b3ea82a9ea805975c623fae' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdAutoIdentOnDeviceProductPlugin.xcframework'
s.dependency "WebIdDigitalSigningPlugin", "11.4.2" s.dependency "WebIdDigitalSigningPlugin", "11.4.2"
s.dependency "WebIdIosIdentScanPlugin", "12.5.2" s.dependency "WebIdIosIdentScanPlugin", "12.5.3"
s.dependency "WebIdOnDeviceDocumentScanner", "12.5.2" s.dependency "WebIdOnDeviceDocumentScanner", "12.5.3"
end end