async icon indicating copy to clipboard operation
async copied to clipboard

Cocoapods support

Open piercifani opened this issue 8 years ago • 3 comments

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 avatar Mar 14 '18 19:03 piercifani

@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!

0xTim avatar Mar 14 '18 20:03 0xTim

But even if Swift NIO declares its own Future, would every module on vapor that needs a Future be required to import NIO?

piercifani avatar Mar 14 '18 20:03 piercifani

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

0xTim avatar Mar 15 '18 14:03 0xTim