Skip to content

Commit

Permalink
Updated podspec for v. 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Ustimenko committed Sep 11, 2015
1 parent 056cc00 commit 6ef5b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QMChatViewController.podspec
Expand Up @@ -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
Expand All @@ -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|
Expand Down

0 comments on commit 6ef5b86

Please sign in to comment.