From 3ea8d43f49cca45a75cf49fd5cc6514a3205e982 Mon Sep 17 00:00:00 2001 From: Kevin Lundberg Date: Thu, 13 Nov 2014 11:49:24 -0500 Subject: [PATCH] updating podspec to eliminate duplicate file reference warnings Without this, the subclass header is included in Core, which causes duplicate item warnings when installing every subspec --- MMDrawerController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMDrawerController.podspec b/MMDrawerController.podspec index 3b81644c..89206029 100644 --- a/MMDrawerController.podspec +++ b/MMDrawerController.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| "http://mutualmobile.github.io/MMDrawerController/ExampleImages/example2.png" ] s.subspec 'Core' do |ss| - ss.source_files = 'MMDrawerController/MMDrawerController*', 'MMDrawerController/UIViewController+MMDrawerController*' + ss.source_files = 'MMDrawerController/MMDrawerController.{h,m}', 'MMDrawerController/UIViewController+MMDrawerController*' ss.framework = 'QuartzCore' end