Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alskipp committed Jun 13, 2014
1 parent f5774c7 commit 71fba9d
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.9.2"
s.version = "0.9.3"
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, '6.0'
s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.9.2" }
s.source = { :git => "https://github.com/alskipp/ASValueTrackingSlider.git", :tag => "0.9.3" }
s.source_files = 'ASValueTrackingSlider'
s.requires_arc = true

Expand Down

0 comments on commit 71fba9d

Please sign in to comment.