prepare 0.5.6

This commit is contained in:
Hiroshi Horie
2022-01-03 09:19:21 +07:00
parent ea5c324328
commit e154f7ace0
6 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '0.5.5'
s.version = '0.5.6'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true
s.dependency 'Flutter'
s.dependency 'WebRTC-SDK', '~> 92.4515'
s.dependency 'WebRTC-SDK', '~> 93.4577'
end