Compare commits

...

3 Commits

Author SHA1 Message Date
Arnaud Dorgans e95b550962 0.2.0.3 2018-01-04 13:50:42 +01:00
Arnaud Dorgans f8adf9c9a5 readme fix 2018-01-04 13:48:59 +01:00
Arnaud Dorgans 29de021e92 0.2.0.2 2018-01-04 13:42:28 +01:00
+2 -2
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'InfiniteLayout'
s.version = '0.2.0.1'
s.version = '0.2.0.3'
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'