Update description

This commit is contained in:
Drew Olbrich
2019-02-10 08:04:09 -08:00
parent 551d94f52c
commit 1febd4694b
2 changed files with 12 additions and 9 deletions
+4 -3
View File
@@ -5,9 +5,10 @@ Pod::Spec.new do |s|
s.description = <<-DESC
ScrollingContentViewController makes it easy to create a view controller with a
scrolling content view, or to convert an existing static view controller into
one that scrolls. Most importantly, it takes care of several tricky undocumented
edge cases involving the keyboard, navigation controllers, and device rotations.
single scrolling content view, or to convert an existing static view controller
into one that scrolls. Most importantly, it takes care of several tricky
undocumented edge cases involving the keyboard, navigation controllers, and
device rotations.
DESC
s.homepage = 'https://github.com/drewolbrich/ScrollingContentViewController'