Release version 0.1.2. Provide a mechanism to hide thumb

This commit is contained in:
arquebuse 2015-03-03 13:14:09 -08:00
parent 545cdf3003
commit 759e9b883a
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#
s.name = "TGPControls"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "Custom Awesome iOS Controls."
s.description = <<-DESC
@ -68,7 +68,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#
s.source = { :git => "https://github.com/arquebuse/TGPControls.git", :tag => "v0.1.1" }
s.source = { :git => "https://github.com/arquebuse/TGPControls.git", :tag => "v0.1.2" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #