PostgreSQL-Swift
PostgreSQL-Swift copied to clipboard
Request: Create Cocoapod
Thanks for the great library. Any way we could get this added as a Cocoapod for convenience sake? Thanks!
It supports Swift package manager. As far as I know Cocoapods doesn't work on Linux, so you don't want to import your server-side dependencies that way.
Right. I need to connect to a local Postgres DB for a non-server side OSX project that is using Swift 2.1. Since Swift 2.2 is still in beta, I can't use the swift package manager in production.
Sent from my iPhone
On Feb 3, 2016, at 20:08, Stepan Hruda [email protected] wrote:
It supports Swift package manager. As far as I know Cocoapods doesn't work on Linux, so you don't want to import your server-side dependencies that way.
— Reply to this email directly or view it on GitHub.
That sounds reasonable, I'll publish it.
Thanks, I really appreciate it! Let me know if you want any help with creating the podspec. Not sure how much work you've down with Cocoapods, and I've made a hundred of them.
Don't want to be pushy, but any progress on this @stepanhruda . I'm waiting to use this. Thanks!
Yep it's on my radar. If you create a podspec and test that it works for you locally (via path: in Podfile), I can ship it pretty much immediately.
Hey guys .. I was just wondering if there is any update on this issue.
Hi... @AnthonyMDev do you have this podspec ready ?