Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alskipp committed Aug 23, 2015
1 parent 27cfe12 commit dcd993e
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.11.1"
s.version = "0.11.2"
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/ChromophoreApp'

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

Expand Down

0 comments on commit dcd993e

Please sign in to comment.