Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ChannelizeAPI.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "ChannelizeAPI"
s.version = "1.0.0"
s.version = "4.1.1"
s.summary = "Channelize API SDK"
s.description = "A Real Time Messaging API SDK"
s.homepage = "https://channelize.io/"
s.license = { :type => "GNU", :file => "LICENSE" }
s.license = { :type => "GPL", :file => "LICENSE" }
s.author = { "Channelize" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "Swift_4.1" }
s.vendored_frameworks = "Channelize_API.framework"
s.dependency "MQTTClient", "0.14.0"
s.dependency "MQTTClient/Websocket"
Expand Down
6 changes: 3 additions & 3 deletions ChannelizeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "ChannelizeUI"
s.version = "1.0.0"
s.version = "4.1.1"
s.summary = "Channelize UI SDK"
s.description = "A Messaging UI SDK built for Channelize API SDK"
s.homepage = "https://channelize.io/"
s.license = { :type => "GNU", :file => "LICENSE" }
s.license = { :type => "GPL", :file => "LICENSE" }
s.author = { "Channelize" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "Swift_4.1" }
s.vendored_frameworks = "Channelize.framework"
s.dependency "MQTTClient", "0.14.0"
s.dependency "MQTTClient/Websocket"
Expand Down