Skip to content

Commit

Permalink
Merge pull request #3 from vince4/Youboox
Browse files Browse the repository at this point in the history
Bump version to 0.12.1.1 for Youboox
  • Loading branch information
vince4 authored Mar 2, 2021
2 parents 16391f6 + d4af4b0 commit e6dc12d
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.1"
s.version = "0.12.1.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/vince4/ASValueTrackingSlider.git", :tag => "0.12.1" }
s.source = { :git => "https://github.com/vince4/ASValueTrackingSlider.git", :tag => "0.12.1.1" }
s.source_files = 'ASValueTrackingSlider'
s.requires_arc = true

Expand Down

0 comments on commit e6dc12d

Please sign in to comment.