Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Apr 7, 2016
1 parent 1968826 commit 7e4e78b
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 = "2.0.3"
s.version = "2.1"
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 => "2.0.3" }
s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => "2.1" }
s.source_files = "Hakuba/*"
s.requires_arc = true
end

0 comments on commit 7e4e78b

Please sign in to comment.