Files
JBChartView/CoreTextLabel/1.1/CoreTextLabel.podspec
T
2012-11-20 14:53:09 +01:00

14 lines
644 B
Ruby

Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.1'
s.summary = "Simple UILabel replacement to display NSAttributedString by HTML with custom font and color in iOS applications."
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.1' }
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