forked from bryceredd/RFQuiltLayout
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRFQuiltLayout.podspec
More file actions
Latest commit
13 lines (13 loc) · 716 Bytes
/
Copy pathRFQuiltLayout.podspec
File metadata and controls
13 lines (13 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='RFQuiltLayout'
s.version='1.1.1'
s.license='MIT'
s.summary='RFQuiltLayout is a subclass of UICollectionViewLayout that positions various sized cells like a maison laying bricks.'
s.homepage='https://github.com/bryceredd/RFQuiltLayout'
s.author={'bryce'=>'bryce@i.tv'}
s.source={:git=>'https://github.com/bryceredd/RFQuiltLayout.git',:tag=>'1.1.1'}
s.description='Lays out cells with various widths and heights on the page. The cells are positioned in a patch-work layout so each fits next to the other, leaving no extra spaces when possible'
s.source_files='RFQuiltLayout'
s.platform=:ios,'6.0'
s.requires_arc=true
end