diff --git a/Hakuba.podspec b/Hakuba.podspec index d9942fd..745b38f 100644 --- a/Hakuba.podspec +++ b/Hakuba.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Hakuba" - s.version = "1.2.0" + s.version = "1.2.1" s.summary = "A new way to manage UITableView" s.homepage = "https://github.com/nghialv/Hakuba" s.license = { :type => "MIT", :file => "LICENSE" } @@ -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.0" } + s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => "1.2.1" } s.source_files = "Source/*" s.requires_arc = true end