Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSwift Package Manager support #33
Comments
This comment has been minimized.
This comment has been minimized.
After Apple's announcement, I think we should try to migrate from
After completing this issue, homebrew only will have one dependency, |
This comment has been minimized.
This comment has been minimized.
We have started the path to add compatibility to other dependency managers:
Swift Package Manager is not as easy as we can expect. Using the new Xcode 11 and SPM integrated does not resolve dependencies for a nested Playground as it does in CocoaPods or Carthage (Apple introduced it in Xcode 9). We will start to decouple CocoaPods from nef, and integrate Carthage when it solves (or not) we will see how to integrate SPM in more information
https://developer.apple.com/documentation/xcode_release_notes/xcode_11_beta_6_release_notes
https://developer.apple.com/documentation/xcode_release_notes/xcode_11_release_notes
|
Thanks for the awesome tool!
It would be great to have SPM support!