6
0

[Fix] WebIdVideoIdentPlugin (10.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2024-06-19 18:35:30 +02:00
parent 4b2ca4f77d
commit 8ea09ce83b

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/WebIdVideoIdentPlugin/10.0.1/WebIdVideoIdentPlugin.framework-v10.0.1-SNAPSHOT-331.zip', :sha256 => 'ff7dc23b747e48028ca4b66b665aac92976e9be0a629fa019c0eba676e556213' } s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.0.1/WebIdVideoIdentPlugin.framework-v10.0.1-SNAPSHOT-335.zip', :sha256 => '12073192e82ebac775e0f3f1e2fc14ff6604186b11b2fdb3084ed40022f4a795' }
s.swift_versions = ['5.5'] s.swift_versions = ['5.5']
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.dependency "DeviceKit", "5.2.2" s.dependency "DeviceKit", "5.2.2"
s.dependency "AhoyKit", "6.0.0" s.dependency "AhoyKit", "6.0.0"
s.dependency "WebIdPluginCore", "11.0.0" s.dependency "WebIdPluginCore", "11.0.1"
s.dependency "AhoyWebRTC", "1.8.0" s.dependency "AhoyWebRTC", "1.8.0"
end end