Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Feb 13, 2015
1 parent 592d11c commit b2ddff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DMScrollViewStack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
Pod::Spec.new do |s|
s.name = "DMScrollViewStack"
s.version = "0.1.1"
s.summary = "A short description of DMScrollViewStack."
s.description = "DMScrollViewStack is a UIScrollView subclass that efficiently handles a vertical stack of multiple scrollviews"
s.summary = "DMScrollViewStack is a UIScrollView subclass that efficiently handles a vertical stack of multiple scrollviews."
s.description = "DMScrollViewStack is a UIScrollView subclass that efficiently handles a vertical stack of multiple scrollviews. You can layout vertically your subviews without worrying about memory usage and cells caching if your subview is a table or a collectionview."
s.homepage = "https://github.com/malcommac/DMScrollViewStack"
s.license = 'MIT'
s.author = { "Daniele Margutti" => "me@danielemargutti.com" }
Expand Down

0 comments on commit b2ddff1

Please sign in to comment.