6
0

[Fix] WebIdEIdentPlugin (5.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-06-13 10:14:55 +02:00
parent 81c563812d
commit e86b9878f4

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/WebIdEIdentPlugin/5.0.1/WebIdEIdentPlugin.framework-v5.0.1-SNAPSHOT-369.zip', :sha256 => 'aa054f7c97259b4bc4227b1a74e1ff46312ae89e59eee34cf10df94e81ad88a8' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.0.1/WebIdEIdentPlugin.framework-v5.0.1-SNAPSHOT-372.zip', :sha256 => 'a40677a54cdc260a1bbdc0a5766355f6c289b6d3e16b67cc6c7f80b1630fbab4' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0' s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework' s.ios.vendored_frameworks = 'WebIdEIdentPlugin.xcframework'
s.dependency "WebIdPluginCore", "11.0.0" s.dependency "WebIdPluginCore", "11.0.1-SNAPSHOT" #branch:snapshots
s.dependency "AusweisApp2", "1.26.5" s.dependency "AusweisApp2", "1.26.5"
end end