I made a library that I only intend to use in-house. What is the best way to depend on that library from my app? Do I just include it in my app’s repository, or do I have to host it in an internal maven repository? I’m only familiar with Cocoapods / Swift Package Manager / Carthage.