Files
JBChartView/CoreTextLabel/1.2/CoreTextLabel.podspec
T
2012-11-21 11:11:54 +01:00

14 lines
711 B
Ruby

Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.2'
s.summary = "UILabel replacement to draw NSAttributedString or HTML with custom font and color in iOS applications. "numberOfLines" and "truncation" (NSLineBreakByTruncatingTail) is supported."
s.homepage = "https://github.com/dkuhnke/CoreTextLabel"
s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' }
s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2' }
s.platform = :ios
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.ios.frameworks = 'QuartzCore', 'CoreText'
s.dependency 'RegexKitLite', '4.0'
end