- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSCollectionKit.podspec
More file actions
Latest commit
22 lines (20 loc) · 641 Bytes
/
Copy pathFSCollectionKit.podspec
File metadata and controls
22 lines (20 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.newdo |s|
s.name='FSCollectionKit'
s.version='1.0.6'
s.summary='A data-driven UICollectionView framework.'
s.homepage='https://github.com/lifution/FSCollectionKit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author='Sheng'
s.source={
:git=>'https://github.com/lifution/FSCollectionKit.git',
:tag=>s.version.to_s
}
s.requires_arc=true
s.swift_version='5'
s.ios.deployment_target='11.0'
s.frameworks='UIKit','Foundation'
s.source_files='Source/Classes/**/*'
s.resource_bundles={
'FSCollectionKit'=>['Source/Assets/*.xcassets']
}
end