Files
JBChartView/TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec
T
2012-11-20 14:32:35 -06:00

15 lines
589 B
Ruby

Pod::Spec.new do |s|
s.name = 'TTTAttributedLabel'
s.version = '1.4.1'
s.authors = {'Mattt Thompson' => 'm@mattt.me'}
s.homepage = 'https://github.com/mattt/TTTAttributedLabel/'
s.summary = 'A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.'
s.source = {:git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '1.4.1'}
s.license = 'MIT'
s.platform = :ios
s.requires_arc = true
s.compiler_flags = '-Wno-arc-bridge-casts-disallowed-in-nonarc'
s.frameworks = 'CoreText'
s.source_files = 'TTTAttributedLabel'
end