Release version 1.0.0

This commit is contained in:
arquebuse 2015-03-13 15:41:50 -07:00
parent b0fc7f4ae0
commit 358b08e2fa
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.2.0"
s.version = "1.0.0"
s.summary = "Custom Awesome iOS Controls: Animated discrete slider, animated labels"
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.2.0" }
s.source = { :git => "https://github.com/arquebuse/TGPControls.git", :tag => "v1.0.0" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #