Skip to content

Commit

Permalink
bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Sep 3, 2015
1 parent 0b328e4 commit 53e3ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hakuba.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Hakuba"
s.version = "1.2.1"
s.version = "1.3"
s.summary = "A new way to manage UITableView"
s.homepage = "https://github.com/nghialv/Hakuba"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => "1.2.1" }
s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => "1.3" }
s.source_files = "Source/*"
s.requires_arc = true
end

0 comments on commit 53e3ce8

Please sign in to comment.