1+ Pod ::Spec . new do |s |
2+ s . name = 'RAMCollectionViewFlemishBondLayout'
3+ s . version = '1.0.0'
4+ 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)."
6+ s . author = { 'Rafael Aguilar Martin' => 'rais38@gmail.com' }
7+ s . homepage = 'http://www.crowsanddogs.com'
8+ s . source = { :git => 'https://github.com/TopicSo/RAMCollectionViewFlemishBondLayout.git' , :tag => "1.0.0" }
9+ s . ios . deployment_target = '6.0'
10+ s . source_files = 'RAMCollectionViewFlemishBondLayout/*.{h,m}'
11+ s . license = {
12+ :type => 'MIT' ,
13+ :text => <<-LICENSE
14+ The MIT License (MIT)
15+
16+ Copyright (c) 2013 TopicSo
17+
18+ Permission is hereby granted, free of charge, to any person obtaining a copy of
19+ this software and associated documentation files (the "Software"), to deal in
20+ the Software without restriction, including without limitation the rights to
21+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
22+ the Software, and to permit persons to whom the Software is furnished to do so,
23+ subject to the following conditions:
24+
25+ The above copyright notice and this permission notice shall be included in all
26+ copies or substantial portions of the Software.
27+
28+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
30+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
31+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
32+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
33+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34+ LICENSE
35+ }
36+ end
0 commit comments