There are various ways to add dependencies to your Xcode project. There is CocoaPods, a dependency manager for iOS & Mac projects where you specify the...
Continue reading...Swift Package Manager
Creating and distributing a simple iOS library using Swift Package Manager
The Swift Package Manager (SPM) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process...
Continue reading...