Skip to content

Commit

Permalink
Merge pull request #306 from klundberg/master
Browse files Browse the repository at this point in the history
updating podspec to eliminate duplicate file reference warnings
  • Loading branch information
kcharwood committed Feb 27, 2015
2 parents 64f8b47 + 3ea8d43 commit 8eafdb8
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 8eafdb8

Please sign in to comment.