Files
JBChartView/KSLabel/0.1.2/KSLabel.podspec
T
2012-12-27 12:25:02 -05:00

13 lines
503 B
Ruby

Pod::Spec.new do |s|
s.name = 'KSLabel'
s.version = '0.1.2'
s.summary = 'A drop in subclass of NSTextField for programmatically created labels.'
s.homepage = 'https://github.com/Keithbsmiley/KSLabel'
s.license = 'MIT'
s.author = { 'Keith Smiley' => 'keithbsmiley@gmail.com' }
s.source = { :git => 'https://github.com/Keithbsmiley/KSLabel.git', :tag => s.version.to_s }
s.platform = :osx
s.source_files = '*.{h,m}'
s.requires_arc = true
end