- Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathASCollectionView.podspec
More file actions
Latest commit
23 lines (21 loc) · 801 Bytes
/
Copy pathASCollectionView.podspec
File metadata and controls
23 lines (21 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.newdo |s|
s.name='ASCollectionView'
s.version='1.4.0'
s.summary='Lightweight custom collection view inspired by Airbnb.'
s.homepage='https://github.com/abdullahselek/ASCollectionView'
s.license={
:type=>'MIT',
:file=>'LICENSE'
}
s.author={
'Abdullah Selek'=>'abdullahselek@gmail.com'
}
s.source={
:git=>'https://github.com/abdullahselek/ASCollectionView.git',
:tag=>s.version.to_s
}
s.ios.deployment_target='10.0'
s.source_files='ASCollectionView/Source/*.swift'
s.requires_arc=true
s.swift_versions=['5.0','5.1','5.2','5.3']
end