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
?
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
?