forked from felginep/AttributedStringStyle
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAttributedStringStyle.podspec
More file actions
Latest commit
21 lines (20 loc) · 944 Bytes
/
Copy pathAttributedStringStyle.podspec
File metadata and controls
21 lines (20 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint AttributedStringStyle.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name='AttributedStringStyle'
s.version='1.0.0'
s.summary='Focus on the semantic and the visual representation of NSAttributedString separately.'
s.homepage='https://github.com/felginep/AttributedStringStyle'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author='Pierre Felgines'
s.social_media_url='http://twitter.com/PierreFelgines'
s.source={:git=>'https://github.com/felginep/AttributedStringStyle.git',:tag=>"v#{s.version}"}
s.ios.deployment_target='9.0'
s.source_files='Source/**/*'
s.framework='Foundation'
end