Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alskipp committed Sep 19, 2016
1 parent 6fb06b6 commit 28ef7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASValueTrackingSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ASValueTrackingSlider"
s.version = "0.12.0"
s.version = "0.12.1"
s.summary = "A UISlider subclass that displays the slider value in an animated popUpView"
s.description = <<-DESC
Displays continuously updated values in an animated popUpView
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/al_skipp'

s.platform = :ios, '8.0'
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" }
s.source_files = 'ASValueTrackingSlider'
s.requires_arc = true

Expand Down

0 comments on commit 28ef7cc

Please sign in to comment.