uber/rides-ios-sdk

Cocoapods: Version 0.12 podfile

mobicity opened this issue · 2 comments

I tried installing UberRides in my podfile with pod 'UberRides' line only and got the version 0.11
Upon seeing that the actual version was 0.12 I ran pod update and nothing changed, still version 0.11

In the readme I saw that it was possible using pod 'UberRides', '~> 0.12', but this got me to the error below when trying to run pod install:

None of your spec sources contain a spec satisfying the dependency: UberRides (~> 0.12).

Isn't the version 0.12 available in cocoa pods?

Same issue here. Am I doing something wrong?

Also want to know which version to use! pod 'UberRides' gives you 0.11

I was able to install 0.12 after adding [PodspecShared.rb, UberCore.podspec, UberRides.podspec] from the Examples, but I am getting the error while importing one of the libs in my project - No such module

What to do with this? How to use it properly?
Please update your ReadMe file!