File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = 'ChannelizeAPI'
4
- s . version = '4.20.3 '
4
+ s . version = '4.20.4 '
5
5
s . summary = 'Channelize API SDK'
6
6
s . description = 'A Real Time Messaging API SDK'
7
7
s . homepage = 'https://channelize.io/'
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "ChannelizeCall"
4
- s . version = "4.20.2 "
4
+ s . version = "4.20.4 "
5
5
s . summary = "Channelize Call SDK"
6
6
s . description = "A Video and Audio call SDK using Channelize API SDK"
7
7
s . homepage = "https://channelize.io/"
@@ -13,5 +13,6 @@ s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS-Chat-
13
13
s . vendored_frameworks = "ChannelizeCall.framework"
14
14
s . dependency "AgoraRtcEngine_iOS" , "2.9.0"
15
15
s . dependency "SDWebImage" , "~> 5.0"
16
+ s . dependency "ChannelizeAPI" , ">= 4.20.4"
16
17
end
17
18
You can’t perform that action at this time.
0 commit comments