Skip to content

Commit

Permalink
Closes #10, changed thumbColor to thumbTintColor, change tintColor me…
Browse files Browse the repository at this point in the history
…aning to only affect left track and ticks, added minimumTrackTintColor and maximumTrackTintColor to match UISlider, Release version 2.0.0
  • Loading branch information
Xavier Schott committed Dec 7, 2015
1 parent 438a1b9 commit 556ccb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TGPControls.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 556ccb8

Please sign in to comment.