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
Carthage supports updating single dependencies now.If you have something like this in your Cartfile:
github "bitstadium/HockeySDK-iOS"
Then you can update only this one dependency by running
carthage update HockeySDK-iOS