uber / uber-ios-sdk

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

Swift 3 + Carthage temporary fix #154

Closed scottrhoyt closed 7 years ago

scottrhoyt commented 7 years ago

If anyone, like me, needs a quick fix for making UberRides work with Swift 3 and Carthage, I made a couple quick fixes to @long's great work for #111. Drop this is your Cartfile:

github "scottrhoyt/rides-ios-sdk" "swift-3-dev"
edjiang commented 7 years ago

Thanks for this note, @scottrhoyt!

Closing this in favor of #167 for now :)