- Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathTextAttributes.podspec
More file actions
Latest commit
17 lines (15 loc) · 609 Bytes
/
Copy pathTextAttributes.podspec
File metadata and controls
17 lines (15 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name='TextAttributes'
s.version='2.0.2'
s.license='MIT'
s.homepage='https://github.com/delba/TextAttributes'
s.author={'Damien'=>'damien@delba.io'}
s.summary='An easier way to compose attributed strings'
s.source={:git=>'https://github.com/delba/TextAttributes.git',:tag=>s.version}
s.swift_version='5.0'
s.ios.deployment_target='8.0'
s.osx.deployment_target='10.10'
s.tvos.deployment_target='9.0'
s.watchos.deployment_target='2.0'
s.source_files='Source/**/*.{swift,h}'
end