We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb06b6 commit 28ef7ccCopy full SHA for 28ef7cc
ASValueTrackingSlider.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "ASValueTrackingSlider"
3
- s.version = "0.12.0"
+ s.version = "0.12.1"
4
s.summary = "A UISlider subclass that displays the slider value in an animated popUpView"
5
s.description = <<-DESC
6
Displays continuously updated values in an animated popUpView
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
s.social_media_url = 'https://twitter.com/al_skipp'
17
18
s.platform = :ios, '8.0'
19
- s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.12.0" }
+ s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.12.1" }
20
s.source_files = 'ASValueTrackingSlider'
21
s.requires_arc = true
22
0 commit comments