forked from tobihagemann/THLabel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHLabel.podspec
More file actions
14 lines (14 loc) · 682 Bytes
/
Copy pathTHLabel.podspec
File metadata and controls
14 lines (14 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = 'THLabel'
s.version = '1.3.1'
s.summary = 'THLabel is a subclass of UILabel, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.'
s.homepage = 'https://github.com/MuscleRumble/THLabel'
s.screenshots = 'https://github.com/MuscleRumble/THLabel/blob/master/screenshot.png'
s.license = 'zlib'
s.author = { 'Tobias Hagemann' => 'tobias.hagemann@gmail.com' }
s.source = { :git => 'https://github.com/MuscleRumble/THLabel.git', :tag => s.version.to_s }
s.platform = :ios, '4.0'
s.source_files = 'THLabel'
s.framework = 'CoreText'
s.requires_arc = true
end