Skip to content

Commit

Permalink
API Pod updated to 4.0.4,UI and Call to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitphogat19 committed Jul 22, 2019
1 parent d359958 commit 7725e71
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file modified Channelize.framework/Assets.car
Binary file not shown.
Binary file modified Channelize.framework/Channelize
Binary file not shown.
2 changes: 1 addition & 1 deletion ChannelizeAPI.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ChannelizeAPI"
s.version = "4.0.3"
s.version = "4.0.4"
s.summary = "Channelize API SDK"
s.description = "A Real Time Messaging API SDK"
s.homepage = "https://channelize.io/"
Expand Down
4 changes: 2 additions & 2 deletions ChannelizeCall.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ChannelizeCall"
s.version = "4.0.1"
s.version = "4.0.2"
s.summary = "Channelize Call SDK"
s.description = "A Video and Audio call SDK using Channelize API SDK"
s.homepage = "https://channelize.io/"
Expand All @@ -11,7 +11,7 @@ s.platform = :ios, "9.0"
s.swift_version = "4.2"
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "master" }
s.vendored_frameworks = "Channelize_Voice_Video.framework"
s.dependency "AgoraRtcEngine_iOS", "2.3.1"
s.dependency "AgoraRtcEngine_iOS", ">= 2.3.1"
s.dependency "SDWebImage/GIF", "4.4.3"
end

2 changes: 1 addition & 1 deletion ChannelizeUI.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ChannelizeUI"
s.version = "4.0.1"
s.version = "4.0.2"
s.summary = "Channelize UI SDK"
s.description = "A Messaging UI SDK built for Channelize API SDK"
s.homepage = "https://channelize.io/"
Expand Down
Binary file modified Channelize_API.framework/Channelize_API
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Channelize_Voice_Video.framework/Assets.car
Binary file not shown.
Binary file modified Channelize_Voice_Video.framework/Channelize_Voice_Video
Binary file not shown.

0 comments on commit 7725e71

Please sign in to comment.