Skip to content

Commit 6e66542

Browse files
committed
Updated podspec
1 parent ec22463 commit 6e66542

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RAMCollectionViewFlemishBondLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'RAMCollectionViewFlemishBondLayout'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = "UICollectionViewLayout for displaying cells in groups (highlighting one of them)."
55
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."
66
s.author = {'Rafael Aguilar Martin' => 'rais38@gmail.com'}
77
s.homepage = 'http://www.crowsanddogs.com'
8-
s.source = {:git => 'https://github.com/TopicSo/RAMCollectionViewFlemishBondLayout.git', :tag => "1.0.0"}
8+
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
1111
s.source_files = 'RAMCollectionViewFlemishBondLayout/*.{h,m}'

0 commit comments

Comments
 (0)