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
If the framework isn't stored in GitHub, or you are using the git identifier, and your cartfile looks like this:
git
cartfile
git "ssh://git@bitbucket.org/teamname/repo-name.git" ~> 1.0
then you can update only that one running the following command
carthage update repo-name