forked from steipete/PSTCollectionView
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPSTCollectionView.podspec
More file actions
Latest commit
20 lines (20 loc) · 634 Bytes
/
Copy pathPSTCollectionView.podspec
File metadata and controls
20 lines (20 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name='PSTCollectionView'
s.version='0.0.1'
s.summary='Open Source, 100% API compatible replacement of UICollectionView for iOS4+.'
s.homepage='https://github.com/steipete/PSTCollectionView'
s.license={
:type=>'MIT',
:file=>'LICENSE'
}
s.author='Peter Steinberger','steipete@gmail.com'
s.source={
:git=>'https://github.com/steipete/PSTCollectionView.git',
:commit=>'HEAD'
}
s.platform=:ios,'4.3'
s.source_files='PSTCollectionView/'
s.public_header_files='PSTCollectionView/'
s.frameworks='UIKit','QuartzCore'
s.requires_arc=true
end