forked from iamjono/SwiftString
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwiftString.podspec
More file actions
Latest commit
executable file
·17 lines (15 loc) · 570 Bytes
/
Copy pathSwiftString.podspec
File metadata and controls
executable file
·17 lines (15 loc) · 570 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name='SwiftString'
s.version='1.0.10'
s.license='MIT'
s.summary='A comprehensive, lightweight string extension for Swift'
s.homepage='http://jono.guthrie.net.nz'
s.authors={'Radek Pietruszewski'=>'jono@guthrie.net.nz'}
s.source={:git=>'https://github.com/amayne/SwiftString.git',:tag=>s.version}
s.requires_arc=true
s.ios.deployment_target='9.0'
s.osx.deployment_target='10.10'
s.tvos.deployment_target='9.0'
s.watchos.deployment_target='2.0'
s.source_files='Sources/*.swift'
end