danielamitay/DAKeyboardControl

CocoaPod spec should not include folder DAKeyboardControlExample

Closed this issue · 2 comments

When adding DAKeyboardControl to your project via CocoaPod, the folder DAKeyboardControlExample is added to the Pod files.

I suggest it should not.

This is a minor issue, as it did not created any problem in my project.
But in a unit test class, Xcode 4.6.3 showed an error when calling a method on my AppDelegate instance.
This is because it was loading the file AppDelegate.h in Pods/DAKeyboardControl/DAKeyboardControlExample/DAKeyboardControlExample/ before the AppDelegate.h of my project.

Indeed. I had actually removed it from the podspec in 7cdf110, but forgot to update CocoaPod's version.

Will update.

Thanks a lot for your great work!