Create a Library Using Swift Package Manager in Xcode
What is Swift Package Manager (aka SwiftPM or SPM)?
The SwiftPM is a tool for managing the distribution of Swift code just like CocoaPods and Carthage.
It’s integrated with the Swift build system to automate the process of downloading, compiling, an...
milanpanchal.hashnode.dev8 min read