Skip to content

Commit

Permalink
Added description
Browse files Browse the repository at this point in the history
  • Loading branch information
fmscode committed May 27, 2014
1 parent ff108e9 commit 4d8c72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BorderButton.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "BorderButton"
s.version = "0.1.0"
s.summary = "A short description of BorderButton."
s.summary = "Subclass of UIButton that gives a colored border around a UIButton."
s.description = <<-DESC
Subclass of UIButton that gives a colored border around a UIButton. The subclass takes the textColor attribute and creates a border with that color. When a user presses the button, it will change to be filled with the border color creating a solid color button.
DESC
s.homepage = "https://github.com/fmscode/BorderButton"
s.license = 'MIT'
Expand Down

0 comments on commit 4d8c72a

Please sign in to comment.