SIGN IN SIGN UP

Revert "Eliminate CocoaPods install step (#8694)" (#8705)

* Revert "Eliminate CocoaPods install step (#8694)"

This reverts commit f4a13bc72b0d0a6f08592a24a61cc92f86e62061.

If the developer is relying on CocoaPods and hasn't done a pod install, we will do it for them. This is needed for a smooth native plugin experience, similar to what Gradle is doing on the Android side.

There's no hard dependency on CocoaPods. We only run pod install if the project uses CocoaPods, so developers are still free to use alternatives if they prefer (and if they don't want to use native plugins).

Fixes #8685
Fixes #8657
Fixes #8526

* Require CocoaPods 1.0.0 or newer.

And make sure we don't get a crash if running `pod install` fails.

* Address review feedback
J
Jakob Andersen committed
60c0c3d323400078ace20e6cfeec92cb094ec858
Parent: c22812e
Committed by GitHub <noreply@github.com> on 3/10/2017, 12:43:57 PM