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:
parent
438a1b9e54
commit
556ccb810d
|
|
@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
|
||||
|
|
|
|||
Loading…
Reference in New Issue