Closes #10, changed thumbColor to thumbTintColor, change tintColor meaning to only affect left track and ticks, added minimumTrackTintColor and maximumTrackTintColor to match UISlider, Release version 2.0.0

This commit is contained in:
Xavier Schott 2015-12-07 00:24:57 -08:00
parent 438a1b9e54
commit 556ccb810d
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 = "1.1.0"
s.version = "2.0.0"
s.summary = "Custom Awesome iOS Controls: Animated discrete slider, animated labels"
s.description = <<-DESC
@ -70,7 +70,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#
s.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v1.1.0" }
s.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v2.0.0" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #