0

According to the docs you can use the latest version of a pod library by simply omitting its version in the podfile.

Is there any way to use the latest version by specifying something like + or * or latest?

Adriano Di Giovanni
  • 1,445
  • 1
  • 16
  • 34

1 Answers1

0

Use '> 0' as the version specifier. See here

Paul Beusterien
  • 27,542
  • 6
  • 83
  • 139