From 21c3393f8be67183c01971def18d07ac58461ce2 Mon Sep 17 00:00:00 2001 From: rohitphogat19 Date: Wed, 27 Mar 2019 10:50:48 +0530 Subject: [PATCH 1/2] Update Podspec file for swift 4.1 --- ChannelizeAPI.podspec | 6 +++--- ChannelizeUI.podspec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChannelizeAPI.podspec b/ChannelizeAPI.podspec index 82147e9..b838b33 100644 --- a/ChannelizeAPI.podspec +++ b/ChannelizeAPI.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = "ChannelizeAPI" - s.version = "1.0.0" + s.version = "4.1.0" 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" => "support@channelize.io" } 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" diff --git a/ChannelizeUI.podspec b/ChannelizeUI.podspec index 1362540..cd813ee 100644 --- a/ChannelizeUI.podspec +++ b/ChannelizeUI.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = "ChannelizeUI" - s.version = "1.0.0" + s.version = "4.1.0" 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" => "support@channelize.io" } 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" From 5ffd659b89e4112057e31977ec665dba5d40fd9a Mon Sep 17 00:00:00 2001 From: rohitphogat19 Date: Wed, 27 Mar 2019 11:09:05 +0530 Subject: [PATCH 2/2] Podspec File Updated --- ChannelizeAPI.podspec | 2 +- ChannelizeUI.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChannelizeAPI.podspec b/ChannelizeAPI.podspec index b838b33..e07ddde 100644 --- a/ChannelizeAPI.podspec +++ b/ChannelizeAPI.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ChannelizeAPI" - s.version = "4.1.0" + s.version = "4.1.1" s.summary = "Channelize API SDK" s.description = "A Real Time Messaging API SDK" s.homepage = "https://channelize.io/" diff --git a/ChannelizeUI.podspec b/ChannelizeUI.podspec index cd813ee..357e21f 100644 --- a/ChannelizeUI.podspec +++ b/ChannelizeUI.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ChannelizeUI" - s.version = "4.1.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/"