From 1fbb8379417e706ddd0a3130a71debb73a9e39fa Mon Sep 17 00:00:00 2001 From: Arnaud Dorgans Date: Mon, 25 Dec 2017 18:36:20 +0100 Subject: [PATCH] update --- InfiniteLayout.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InfiniteLayout.podspec b/InfiniteLayout.podspec index 59ca16d..adff8c3 100644 --- a/InfiniteLayout.podspec +++ b/InfiniteLayout.podspec @@ -8,8 +8,8 @@ Pod::Spec.new do |s| s.name = 'InfiniteLayout' - s.version = '0.1.1' - s.summary = 'Vertical and Horizontal infinite scrolling for UICollectionView' + s.version = '0.1.3' + s.summary = 'Horizontal and Vertical infinite scrolling feature for UICollectionView' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -18,7 +18,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -Vertical and Horizontal infinite scrolling for UICollectionView with Paging and NSProxy delegate +Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging and NSProxy delegate DESC s.homepage = 'https://github.com/Arnoymous/InfiniteLayout'