Skip to content
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

Support for Swift Package Manager (Package.swift) dependencies #108

Merged
merged 4 commits into from
Sep 24, 2019

Conversation

mbuchetics
Copy link
Contributor

@mbuchetics mbuchetics commented Sep 23, 2019

This adds support for parsing Swift Package Manager (Package.swift) dependencies. It parses the Package.resolved file to get a list of SwiftPackage entities. These are then converted into Github entities and processed like Carthage dependencies.
That means that only packages hosted on Github are currently supported (again, similar to Carthage support).

Copy link
Owner

@mono0926 mono0926 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!
I'll release soon 👍

@mono0926 mono0926 merged commit fb50cca into mono0926:master Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants