From 29de021e92e2f72abf3bb93fc4d14320db31e75c Mon Sep 17 00:00:00 2001 From: Arnaud Dorgans Date: Thu, 4 Jan 2018 13:42:28 +0100 Subject: [PATCH] 0.2.0.2 --- InfiniteLayout.podspec | 4 ++-- README.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/InfiniteLayout.podspec b/InfiniteLayout.podspec index 1ba24ee..aa77853 100644 --- a/InfiniteLayout.podspec +++ b/InfiniteLayout.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'InfiniteLayout' - s.version = '0.2.0.1' + s.version = '0.2.0.2' s.summary = 'Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension' # This description is used to generate tags and improve search results. @@ -18,7 +18,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension +Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension, SectionModel & AnimatableSectionModel support DESC s.homepage = 'https://github.com/Arnoymous/InfiniteLayout' diff --git a/README.md b/README.md index 5107cfd..e67cee6 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,7 @@ just use UICollectionViewDataSource and UICollectionViewDelegate in the same way InfiniteLayout provides 3 classes for infinite scrolling: **InfiniteLayout**: an UICollectionViewFlowLayout - **InfiniteCollectionView**: an UICollectionView with InfiniteLayout - **InfiniteCollectionViewController**: an UICollectionViewController with InfiniteCollectionView ### IndexPath