Skip to content

Commit

Permalink
Fix syntax error in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
klaaspieter committed Nov 13, 2017
1 parent 2779e3b commit 5ca967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeedStackViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.module_name = "StackViewController"
s.version = "0.4.0"
s.summary = "Simplifies the process of building forms and other static content using UIStackView."
s.description = "StackViewController is a Swift framework that simplifies the process of building forms and other static content using UIStackView.
s.description = "StackViewController is a Swift framework that simplifies the process of building forms and other static content using UIStackView."
s.homepage = "https://github.com/seedco/StackViewController"
s.license = "MIT"
s.author = "Seed"
Expand Down

0 comments on commit 5ca967e

Please sign in to comment.