Files
JBChartView/CoreTextLabel/1.0/CoreTextLabel.podspec
T
2012-11-19 21:43:40 +01:00

14 lines
626 B
Ruby

Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.0'
s.summary = "Simple UILabel replacement to display NSAttributedString by HTML in iOS applications (>= 3.2)."
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.0' }
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