I'm developing an iOS application that is made of several distinct logical parts (i.e., "libraries").
What's the Swift way for creating such projects? How do I set it up in Xcode?
There are many ways to do it:
Happy coding