Skip to content

Commit

Permalink
fixed summary character limit in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
grevolution committed Mar 22, 2014
1 parent 1030de3 commit b52c0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SHLineGraphView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SHLineGraphView"
s.version = "1.0.4"
s.summary = "`SHLineGraphView` is a simple and efficient reusable UIView subview which you can use to create line graphs. It uses Core Graphics and Core Animation to create the light weight graphs. it is easy to use/understand and completely customizable."
s.summary = "`SHLineGraphView` is a simple and efficient reusable UIView subview which you can use to create line graphs."

s.description = <<-DESC
`SHLineGraphView` is a simple and efficient reusable UIView subview which you can use to create line graphs. It uses Core Graphics and Core Animation to create the light weight graphs. it is easy to use/understand and completely customizable.
Expand Down

0 comments on commit b52c0e8

Please sign in to comment.