uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
376 stars 125 forks source link

Removed Carthage Checkouts folder #185

Closed edjiang closed 7 years ago

edjiang commented 7 years ago

There's no reason for us to check in git submodules for our dependencies since our Cartfile and Cartfile.resolved pins the versions that we're using already.

This PR removes the Carthage submodules from our git repo.