Skip to content

Commit 86fff7b

Browse files
committed
Fixed error in podspec
1 parent 9009771 commit 86fff7b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

RAMCollectionViewFlemishBondLayout.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ Pod::Spec.new do |s|
22
s.name = 'RAMCollectionViewFlemishBondLayout'
33
s.version = '1.0.0'
44
s.summary = "UICollectionViewLayout for displaying cells in groups (highlighting one of them)."
5-
s.description = "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."
66
s.author = {'Rafael Aguilar Martin' => 'rais38@gmail.com'}
77
s.homepage = 'http://www.crowsanddogs.com'
88
s.source = {:git => 'https://github.com/TopicSo/RAMCollectionViewFlemishBondLayout.git', :tag => "1.0.0"}
99
s.ios.deployment_target = '6.0'
10+
s.requires_arc = true
1011
s.source_files = 'RAMCollectionViewFlemishBondLayout/*.{h,m}'
1112
s.license = {
1213
:type => 'MIT',
1314
:text => <<-LICENSE
14-
The MIT License (MIT)
15-
16-
Copyright (c) 2013 TopicSo
15+
This code is distributed under the terms and conditions of the MIT license.
1716
1817
Permission is hereby granted, free of charge, to any person obtaining a copy of
1918
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)