Skip to content

Commit

Permalink
Updating FormatterKit 1.0.0 spec to avoid duplication of source files…
Browse files Browse the repository at this point in the history
… from subspecs
  • Loading branch information
mattt committed Jul 22, 2012
1 parent ac73f22 commit f3a5e47
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions FormatterKit/1.0.0/FormatterKit.podspec
Expand Up @@ -9,15 +9,6 @@ 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.requires_arc = true

s.subspec 'ArrayFormatter' do |ss|
Expand Down

0 comments on commit f3a5e47

Please sign in to comment.