- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSUIKitSwift.podspec
More file actions
Latest commit
23 lines (20 loc) · 701 Bytes
/
Copy pathFSUIKitSwift.podspec
File metadata and controls
23 lines (20 loc) · 701 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='FSUIKitSwift'
s.version='1.0.5'
s.summary='A collection of iOS components written in Swift.'
s.homepage='https://github.com/lifution/FSUIKit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author='Sheng'
s.source={
:git=>'https://github.com/lifution/FSUIKit.git',
:tag=>s.version.to_s
}
s.requires_arc=true
s.swift_version='5'
s.ios.deployment_target='13.0'
s.frameworks='UIKit','Foundation','CoreGraphics','CoreText','WebKit','CoreTelephony','SystemConfiguration'
s.source_files='Source/Classes/**/*'
s.resource_bundles={
'FSUIKitSwift'=>['Source/Assets/**/*']
}
end