Files
JBChartView/FormatterKit/0.6.0/FormatterKit.podspec
T
Eloy Duran fb8da4dbca Update specs to use the better Ruby accessor style.
And remove stub specs for now.
2011-09-24 11:26:30 -05:00

15 lines
921 B
Ruby

Pod::Spec.new do |s|
s.name = 'FormatterKit'
s.version = '0.6.0'
s.summary = '`stringWithFormat:` for the sophisticated hacker set'
s.homepage = 'https://github.com/mattt/FormatterKit'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '0.6.0' }
s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like hours of operation, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application."
s.source_files = 'TTTArrayFormatter/*.{h,m}', 'TTTHoursOfOperation/*.{h,m}',
'TTTLocationFormatter/*.{h,m}', 'TTTOrdinalNumberFormatter/*.{h,m}',
'TTTTimeIntervalFormatter/*.{h,m}', 'TTTURLRequestFormatter/*.{h,m}'
end