Skip to content

Commit dcd993e

Browse files
committed
Release 0.11.2
1 parent 27cfe12 commit dcd993e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ASValueTrackingSlider.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 = "ASValueTrackingSlider"
3-
s.version = "0.11.1"
3+
s.version = "0.11.2"
44
s.summary = "A UISlider subclass that displays the slider value in an animated popUpView"
55
s.description = <<-DESC
66
Displays continuously updated values in an animated popUpView
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.social_media_url = 'https://twitter.com/ChromophoreApp'
1717

1818
s.platform = :ios, '7.0'
19-
s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.11.1" }
19+
s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.11.2" }
2020
s.source_files = 'ASValueTrackingSlider'
2121
s.requires_arc = true
2222

0 commit comments

Comments
 (0)