rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
256 stars 63 forks source link

Migrate to SPM dependency manager #206

Closed glm4 closed 1 year ago

glm4 commented 1 year ago

The idea is to start using Swift Package Manager as our dependency manager due to its convenience and integration level with Xcode. During the resolution of this issue, we should also identify and evaluate which dependencies don't make much sense to include in the codebase, and remove them.