0

I installed CocoaPods (cocoapods-0.37.2) but I need to make sure is backward­-compatible with version 0.35.0. My question for you is how can I do that?

Here is how installed:

sudo gem install cocoapods

I'll really appreciate your help

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
user2924482
  • 8,380
  • 23
  • 89
  • 173

1 Answers1

1

Since you install CocoaPods through rubygems you can use their infrastructure for this. In this case installing an old version is described here. Once you install an old version you'll have both the newer and older installed. This means when you run pod it will pick the new one. If you don't want to uninstall 0.37.2 then you'll have to specify which you want to use. That process is described here

Community
  • 1
  • 1
Keith Smiley
  • 61,481
  • 12
  • 97
  • 110