From 6ef5b861f4448fe5c58baf12b03cd2ebcae6b70f Mon Sep 17 00:00:00 2001 From: Gleb Ustimenko Date: Fri, 11 Sep 2015 14:28:51 +0300 Subject: [PATCH] Updated podspec for v. 0.2 --- QMChatViewController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QMChatViewController.podspec b/QMChatViewController.podspec index e4a673b..af55d6b 100644 --- a/QMChatViewController.podspec +++ b/QMChatViewController.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "QMChatViewController" - s.version = "0.1" + s.version = "0.2" s.summary = "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend." s.description = <<-DESC @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Andrey Ivanov" => "andrey.ivanov@quickblox.com" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/QuickBlox/QMChatViewController-ios.git", :tag => "0.1" } + s.source = { :git => "https://github.com/QuickBlox/QMChatViewController-ios.git", :tag => "0.2" } s.source_files = "QMChatViewController/QMChatViewController.{h,m}" s.subspec 'Categories' do |ss|