From 89bb3a17df0581e36791d2801b6b5703305f5b93 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 26 Jan 2021 09:56:03 +0000 Subject: [PATCH] update podspec to 1.0.7 --- TTRangeSlider.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTRangeSlider.podspec b/TTRangeSlider.podspec index 20ccea1..c32bb95 100644 --- a/TTRangeSlider.podspec +++ b/TTRangeSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TTRangeSlider" - s.version = "1.0.6" + s.version = "1.0.7" s.summary = "A slider that allows you to pick a range" s.description = <<-DESC A slider, similar in style to UISlider, but has two handles instead of one, allowing you to pick a minimum and maximum range. @@ -9,7 +9,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT' s.author = { "Tom Thorpe" => "code@tomthorpe.co.uk" } - s.source = { :git => "https://github.com/TomThorpe/TTRangeSlider.git", :tag => 'v1.0.6' } + s.source = { :git => "https://github.com/TomThorpe/TTRangeSlider.git", :tag => 'v1.0.7' } s.platform = :ios, '7.0' s.requires_arc = true