We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cfe12 commit dcd993eCopy full SHA for dcd993e
1 file changed
ASValueTrackingSlider.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "ASValueTrackingSlider"
3
- s.version = "0.11.1"
+ s.version = "0.11.2"
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/ChromophoreApp'
17
18
s.platform = :ios, '7.0'
19
- s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.11.1" }
+ s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.11.2" }
20
s.source_files = 'ASValueTrackingSlider'
21
s.requires_arc = true
22
0 commit comments