From 556ccb810da2ebd34f628d1c0f95f6a7415fd319 Mon Sep 17 00:00:00 2001 From: Xavier Schott Date: Mon, 7 Dec 2015 00:24:57 -0800 Subject: [PATCH] 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 --- TGPControls.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TGPControls.podspec b/TGPControls.podspec index 71628cb..bba6571 100644 --- a/TGPControls.podspec +++ b/TGPControls.podspec @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #