-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Swift Package Manager #52
Comments
Hi - its a good idea, but I am not that familiar with with SPM - can you submit a pull request? and we can plan for the release after next? |
I wasn't familiar with the steps involved with making a package, but after some reading it seems the only thing that's needed is a Do you plan on updating the library to Swift 3?
import PackageDescription
let package = Package(
name: "SwiftCSV"
) |
I would also like to see this as a swift package so that I can use it in Vapor and for command line applications. |
@kgn we now have a swift 3 version the develop branch. Do you want to try it out and potentially submit SPM fix against that ? and we can release at same time |
Finally got around to this: #58 |
Done in #77 |
I'd like to use this with Vapor which uses Swift Package Manger for dependencies.
The text was updated successfully, but these errors were encountered: