Skip to content

Commit 9afdc79

Browse files
committed
Update Podspec to 1.1
1 parent 4726280 commit 9afdc79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

RAMCollectionViewFlemishBondLayout.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'RAMCollectionViewFlemishBondLayout'
3-
s.version = '1.0.1'
3+
s.version = '1.1'
44
s.summary = "UICollectionViewLayout for displaying cells in groups (highlighting one of them)."
5-
s.description = "RAMCollectionViewFlemishBondLayout is a UICollectionViewLayout subclass for displaying cells in groups (highlighting one of them) with optional header and footer views. Highlighted cell occupy much of the space and the remaining cells occupy space equally."
5+
s.description = "RAMCollectionViewFlemishBondLayout is a UICollectionViewLayout subclass for displaying cells in groups (highlighting one of them) with optional header/footer views and supported multiple sections. Highlighted cell occupy much of the space and the remaining cells occupy space equally."
66
s.author = {'Rafael Aguilar Martin' => 'rais38@gmail.com'}
7-
s.homepage = 'http://www.crowsanddogs.com'
7+
s.homepage = 'https://github.com/TopicSo/RAMCollectionViewFlemishBondLayout'
88
s.source = {:git => 'https://github.com/TopicSo/RAMCollectionViewFlemishBondLayout.git', :tag => s.version.to_s}
99
s.ios.deployment_target = '6.0'
1010
s.requires_arc = true

0 commit comments

Comments
 (0)