• Jakob Andersen's avatar
    Revert "Eliminate CocoaPods install step (#8694)" (#8705) · 60c0c3d3
    Jakob Andersen authored
    * Revert "Eliminate CocoaPods install step (#8694)"
    
    This reverts commit f4a13bc7.
    
    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
    60c0c3d3
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...