Now I am faced with the choice of a dependency manager for the second version of my project. I did my homework and checked all the dependencies that I would need to support Carthage , and everything turns out without Fabric and Crashlytics . For these two, I would rather get more work than integrate whole cocoapods for this.
So my question is: can I create an example project that I will use on github and create a dynamic auto-update scheme that will allow me to integrate third-party files .framework
inside my project?
So what my starting point is doing a script to check the version of pods on the website and check if the downloaded file is in the latest version. It's done. But I have a file .framework
and how to embed it in an xcode project to support carthage?
source
share