From f3a5e4748c4c23dd60263017c70c2ee240376050 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sat, 21 Jul 2012 17:26:40 -0700 Subject: [PATCH] Updating FormatterKit 1.0.0 spec to avoid duplication of source files from subspecs --- FormatterKit/1.0.0/FormatterKit.podspec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/FormatterKit/1.0.0/FormatterKit.podspec b/FormatterKit/1.0.0/FormatterKit.podspec index dbd09e96415e4c..d7f1524b08c04a 100644 --- a/FormatterKit/1.0.0/FormatterKit.podspec +++ b/FormatterKit/1.0.0/FormatterKit.podspec @@ -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|