Cocoapods support
I've found this library to be quite useful for development on iOS projects.
Would you mind if I created a podspec with this so it can be used from iOS projects?
@piercifani that library is about to be gutted if not completely removed with the introduction of Swift NIO...
You are probably better off forking it and adding a podspec to that!
But even if Swift NIO declares its own Future, would every module on vapor that needs a Future be required to import NIO?
So I haven't looked into the NIO integration too much but I believe that Vapor/Vapor will wrap the NIO types into the something that look familiar (could be completely wrong). At worst Vapor can just @_export NIO to expose all of the types without the need for another import