Skip to content

Commit a87a4ab

Browse files
authored
Podspec to v1.0.5
1 parent 9333032 commit a87a4ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TTRangeSlider.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TTRangeSlider"
3-
s.version = "1.0.4"
3+
s.version = "1.0.5"
44
s.summary = "A slider that allows you to pick a range"
55
s.description = <<-DESC
66
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|
99
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
1010
s.license = 'MIT'
1111
s.author = { "Tom Thorpe" => "code@tomthorpe.co.uk" }
12-
s.source = { :git => "https://github.com/TomThorpe/TTRangeSlider.git", :tag => 'v1.0.4' }
12+
s.source = { :git => "https://github.com/TomThorpe/TTRangeSlider.git", :tag => 'v1.0.5' }
1313
s.platform = :ios, '7.0'
1414
s.requires_arc = true
1515

0 commit comments

Comments
 (0)