Skip to content

Commit

Permalink
updating podspec to eliminate duplicate file reference warnings
Browse files Browse the repository at this point in the history
Without this, the subclass header is included in Core, which causes duplicate item warnings when installing every subspec
  • Loading branch information
Kevin Lundberg committed Nov 13, 2014
1 parent 6555e2d commit 3ea8d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMDrawerController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ea8d43

Please sign in to comment.