Skip to content

Commit

Permalink
修改pod版本文件
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjiajie committed Sep 24, 2020
1 parent 13dde4a commit 646e1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JJCollectionViewRoundFlowLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'JJCollectionViewRoundFlowLayout'
s.version = '2.3.2'
s.version = '2.4.0'
s.summary = 'JJCollectionViewRoundFlowLayout可设置CollectionView的BackgroundColor,设置简单,可自定义背景颜色偏移等功能。'

# 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
TODO:JJCollectionViewRoundFlowLayout可设置CollectionView的BackgroundColor,可根据用户Cell个数计算背景图尺寸,可自定义是否包括计算CollectionViewHeaderView、CollectionViewFootererView或只计算Cells。设置简单,可自定义背景颜色偏移,设置显示方向(竖向、横向)显示,不同Section设置不同的背景颜色。.
TODO:JJCollectionViewRoundFlowLayout可设置CollectionView的BackgroundColor,可根据用户Cell个数计算背景图尺寸,可自定义是否包括计算CollectionViewHeaderView、CollectionViewFootererView或只计算Cells。设置简单,可自定义背景颜色偏移,设置显示方向(竖向、横向)显示,不同Section设置不同的背景颜色。支持Cell对齐模式。支持左、中、右、右开启模式。支持背景图点击事件响应.
DESC

s.homepage = 'https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout'
Expand Down

0 comments on commit 646e1e8

Please sign in to comment.