Skip to content

Commit 6a48886

Browse files
author
Rohit Kumar
committed
Updated Podspec File
1 parent 9a92f0c commit 6a48886

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChannelizeAPI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'ChannelizeAPI'
4-
s.version = '4.20.3'
4+
s.version = '4.20.4'
55
s.summary = 'Channelize API SDK'
66
s.description = 'A Real Time Messaging API SDK'
77
s.homepage = 'https://channelize.io/'

ChannelizeCall.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ChannelizeCall"
4-
s.version = "4.20.2"
4+
s.version = "4.20.4"
55
s.summary = "Channelize Call SDK"
66
s.description = "A Video and Audio call SDK using Channelize API SDK"
77
s.homepage = "https://channelize.io/"
@@ -13,5 +13,6 @@ s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS-Chat-
1313
s.vendored_frameworks = "ChannelizeCall.framework"
1414
s.dependency "AgoraRtcEngine_iOS", "2.9.0"
1515
s.dependency "SDWebImage", "~> 5.0"
16+
s.dependency "ChannelizeAPI", ">= 4.20.4"
1617
end
1718

0 commit comments

Comments
 (0)