aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

Small change to pod-spec #120

Closed loevborg closed 9 years ago

loevborg commented 9 years ago

I have removed 'SlideMenu/Source/Assets/*.{png}' from the s.source.files part of the pod spec, since this gives trouble when compiling the pod in your project, you get this warning:

warning: no rule to process file '/Users/user/Documents/Git - iPhone Projects/Project/Pods/iOS-Slide-Menu/SlideMenu/Source/Assets/menu-button.png' of type image.png for architecture x86_64

..when trying to compile the project for iOS8.

The SlideMenu/Source/Assets is correctly part of the pod spec s.resources, so this should remove the warnings, and the pod should still work.

Hope you will have a look at this, and thanks for a great sliding menu, I use it in many of my projects!

aryaxt commented 9 years ago

Thanks a lot. Will test this and merge to master

gulsharan-pv commented 9 years ago

@aryaxt Are you planning to accept this PR anytime soon?

aryaxt commented 9 years ago

@gulsharan-pv Will merge this and release the new version this weekend

gulsharan-pv commented 9 years ago

Thanks @aryaxt!

jonasman commented 9 years ago

using the pods i cannot get the menu button to work. any ideas?