Skip to content

Commit

Permalink
0.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddorgans committed Jan 4, 2018
1 parent e011a23 commit 29de021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions InfiniteLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29de021

Please sign in to comment.