forked from splinesoft/SSDynamicText
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSSDynamicText.podspec
More file actions
Latest commit
15 lines (15 loc) · 723 Bytes
/
Copy pathSSDynamicText.podspec
File metadata and controls
15 lines (15 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name='SSDynamicText'
s.version='1.1.0'
s.summary="UILabel/UIButton/UITextField/UITextView subclasses that support custom fonts with iOS 7's dynamic text sizes."
s.homepage='https://github.com/splinesoft/SSDynamicText'
s.license={type: 'MIT',file: 'LICENSE'}
s.author={'Jonathan Hersh'=>'jon@her.sh'}
s.source={git: 'https://github.com/splinesoft/SSDynamicText.git',tag: s.version.to_s}
s.requires_arc=true
s.compiler_flags='-fmodules'
s.source_files='SSDynamicText/*.{h,m}'
s.frameworks='UIKit'
s.ios.deployment_target='7.0'
s.social_media_url='https://twitter.com/jhersh'
end