My Cartfile has many libraries. When I do carthage update it goes through all the libraries. That can take very long time.
carthage update
Is there a way to update just a s
I ended up writing my own script that builds a single dependency for me and merges it with my existing dependencies. You can find it at https://github.com/ruipfcosta/carthage-workarounds.