In Xcode 6 beta 5 we discovered that this library will not compile. The issue is in the PMFutureOperation.m file on line 192 where the code is trying to access an auto property '_cancelled' that did not get synthesized due to a warning that it was already synthesized as 'readonly' via another property on line 80.
We plan to fork the code and submit a pull request because the changes don't appear to be significant.