Skip to content

Commit

Permalink
Bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Nov 24, 2017
1 parent 3782923 commit e08366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ValueStepper.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "ValueStepper"
s.version = "1.3"
s.version = "1.4"
s.summary = "A Stepper object that displays its value."
s.description = "ValueStepper is an improved replication of Apple's UIStepper object. The problem with UIStepper is that it doesn't display the value to the user. I was tired of creating a simple UILabel just to show the value in the UI. ValueStepper integrates the value in a UILabel between the increase and decrease buttons. It's as easy as that."

Expand Down

0 comments on commit e08366b

Please sign in to comment.