Skip to content

Commit

Permalink
Updating FormatterKit 1.0.0 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jun 15, 2012
1 parent 70ea963 commit 8a472a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FormatterKit/1.0.0/FormatterKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Pod::Spec.new do |s|

s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like units of information, 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}',
'TTTLocationFormatter/*.{h,m}',
'TTTOrdinalNumberFormatter/*.{h,m}',
'TTTTimeIntervalFormatter/*.{h,m}',
'TTTUnitOfInformationFormatter/*.{h,m}',
'TTTURLRequestFormatter/*.{h,m}'

s.clean_paths = ['FormatterKit Example']

s.requires_arc = true
Expand Down

0 comments on commit 8a472a4

Please sign in to comment.