Skip to content

Commit

Permalink
Podspec to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TomThorpe committed Nov 27, 2016
1 parent 9333032 commit a87a4ab
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.4"
s.version = "1.0.5"
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.4' }
s.source = { :git => "https://github.com/TomThorpe/TTRangeSlider.git", :tag => 'v1.0.5' }
s.platform = :ios, '7.0'
s.requires_arc = true

Expand Down

0 comments on commit a87a4ab

Please sign in to comment.