Skip to content

Commit

Permalink
update podspec to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomThorpe committed Jan 26, 2021
1 parent f946c2e commit 89bb3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TTRangeSlider.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 89bb3a1

Please sign in to comment.