Skip to content

Commit 7725e71

Browse files
committed
API Pod updated to 4.0.4,UI and Call to 4.0.2
1 parent d359958 commit 7725e71

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

Channelize.framework/Assets.car

0 Bytes
Binary file not shown.

Channelize.framework/Channelize

0 Bytes
Binary file not shown.

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.0.3"
4+
s.version = "4.0.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-2
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.0.1"
4+
s.version = "4.0.2"
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/"
@@ -11,7 +11,7 @@ s.platform = :ios, "9.0"
1111
s.swift_version = "4.2"
1212
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "master" }
1313
s.vendored_frameworks = "Channelize_Voice_Video.framework"
14-
s.dependency "AgoraRtcEngine_iOS", "2.3.1"
14+
s.dependency "AgoraRtcEngine_iOS", ">= 2.3.1"
1515
s.dependency "SDWebImage/GIF", "4.4.3"
1616
end
1717

ChannelizeUI.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 = "ChannelizeUI"
4-
s.version = "4.0.1"
4+
s.version = "4.0.2"
55
s.summary = "Channelize UI SDK"
66
s.description = "A Messaging UI SDK built for Channelize API SDK"
77
s.homepage = "https://channelize.io/"
22.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)