- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSPagingKit.podspec
More file actions
Latest commit
18 lines (17 loc) · 642 Bytes
/
Copy pathFSPagingKit.podspec
File metadata and controls
18 lines (17 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name='FSPagingKit'
s.version='1.0.6'
s.summary='A container view controller that manages navigation between pages of content, where a child view controller manages each page.'
s.homepage='https://github.com/lifution/FSPagingKit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author='VicentLee'
s.source={
:git=>'https://github.com/lifution/FSPagingKit.git',
:tag=>s.version.to_s
}
s.swift_version='5'
s.requires_arc=true
s.ios.deployment_target='13.0'
s.frameworks='UIKit','Foundation'
s.source_files='FSPagingKit/Classes/**/*'
end