4
0

[Fix] WebIdAutoIdProductPlugin (201.1.5-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-12-16 16:12:02 +01:00
parent a780d22347
commit 3abf88b722

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/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1553.zip', :sha256 => '3cb7656bc7e41e0ecdd2193b397fc11c828d5e6e58e5b99377381fa13f949d15' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1569.zip', :sha256 => 'a56b2c32b6a003dd88bfc2db8035562e4ad13651c19d37e41b9d44c52b70e109' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,8 +16,5 @@ 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", "200.3.2-SNAPSHOT" #branch:experimental
s.dependency "WebIdIosIdentScanPlugin", "200.3.6-SNAPSHOT" #branch:experimental
s.dependency "WebIdDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental
s.dependency "WebIdOnServerDocumentScanner", "200.3.6-SNAPSHOT" #branch:experimental
end end