6
0

[Fix] WebIdEIdentPlugin (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-01 17:21:09 +02:00
parent 902a2c6b0b
commit f0da58806d

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/20.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-598.zip', :sha256 => 'ca2cb3be9cf8d9d517092b4b4a048df421e9d94eb4fbf50997a471c9aa238081' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-601.zip', :sha256 => '6a9638081c6cb41d6d853e455f01c633ed0bffbc5b06a5153fc976b14b3c6d51' }
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", "20.3.1-SNAPSHOT" #branch:snapshots s.dependency "WebIdPluginCore", "20.3.0"
s.dependency "AusweisApp2", "2.2.2" s.dependency "AusweisApp2", "2.2.2"
end end