Skip to content

Commit 28ef7cc

Browse files
committed
Release 0.12.1
1 parent 6fb06b6 commit 28ef7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.12.0"
3+
s.version = "0.12.1"
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/al_skipp'
1717

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

0 commit comments

Comments
 (0)