Skip to content

Commit

Permalink
Added FormatterKit 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Sep 18, 2011
1 parent fe43c0d commit ad82fc0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions FormatterKit/0.6.0/FormatterKit.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do
name 'FormatterKit'
version '0.6.0'
summary '`stringWithFormat:` for the sophisticated hacker set'
homepage 'https://github.com/mattt/FormatterKit'
author 'Mattt Thompson' => 'm@mattt.me'
source :git => 'https://github.com/mattt/FormatterKit.git',
:tag => '0.6.0'

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."

source_files 'TTTArrayFormatter/*.{h,m}', 'TTTHoursOfOperation/*.{h,m}',
'TTTLocationFormatter/*.{h,m}', 'TTTOrdinalNumberFormatter/*.{h,m}',
'TTTTimeIntervalFormatter/*.{h,m}', 'TTTURLRequestFormatter/*.{h,m}'
end

0 comments on commit ad82fc0

Please sign in to comment.