- Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathYETICharacterLabel.podspec
More file actions
Latest commit
15 lines (14 loc) · 752 Bytes
/
Copy pathYETICharacterLabel.podspec
File metadata and controls
15 lines (14 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |spec|
spec.name='YETICharacterLabel'
spec.version='1.0.1'
spec.authors={'Andrew Hulsizer'=>'andrew.hulsizer@gmail.com'}
spec.homepage='https://github.com/android1989/YetiCharacterLabelExample'
spec.summary='UILabel subclass that renders each glyph on its own CATextLayer, allowing for advanced text effects.'
spec.source={:git=>'https://github.com/android1989/YetiCharacterLabelExample.git',:tag=>"v#{spec.version}"}
spec.source_files='YETICharacterLabel/*/*.{h,m}'
spec.license={:type=>'MIT',:file=>'LICENSE'}
spec.platform=:ios,'7.0'
spec.requires_arc=true
spec.frameworks='Foundation','CoreText','QuartzCore'
spec.social_media_url='https://twitter.com/swiftyeti'
end