this would be a great cocoapod!
especially since it depends on jrswizzle which is already a pod
I agree, it would be a great cocoapod.
But here is the problem of Xcode 5.1 having a bug for which the custom PWHidingMasterView public outlet is not shown on the UI if you open your project via a workspace (which is a must if you use Cocoapods). I hope Apple fixes this soon, and then we can use it as a pod.
Hello, I stumbled upon the same issue. Unfortunately on Xcode 6 beta 6 (and I bet it started some versions earlier) it doesn't even work on regular projects (non workspace projects). Existing PWHidingMasterView are shown (the ones created with Xcode 5) but you are not able to create new ones and the existing ones are even sometimes shown with an exclamation mark...

Oh damn, Apple. :-(
@florianbachmann I reported this as a bug to Apple and they got back to me stating that the problem were the #define macros. I managed to refactor the code and now the outlets work beautifully on Xcode 6 (even if you open the workspace!). See this pull request.