Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Fixes #1716 - Incomplete CocoaPods installation steps (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored and macdonst committed May 25, 2017
1 parent 4234bfe commit 525816c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,19 @@ cordova platform update [email protected]

### CocoaPods

Required `cordova-cli` version: `6.4.0`
Required `cordova-cli` minimum version: `6.4.0`

Required `cordova-ios` minimum version: `4.3.0`

Required `CocoaPods` minimum version: `1.0.1`


To install CocoaPods, please follow the installation instructions [here](https://guides.cocoapods.org/using/getting-started). After installing CocoaPods, please run:

pod setup

This will clone the required CocoaPods specs-repo into your home folder at `~/.cocoapods/repos`, so it might take a while. See the [CocoaPod Disk Space](#cocoapod-disk-space) section below for more information.

Required `cordova-ios` version: `4.3.0`

Version `1.9.0` (and above) of this plugin supports [CocoaPods](https://cocoapods.org) installation of the [Google Cloud Messaging](https://cocoapods.org/pods/GoogleCloudMessaging) library.

Expand Down Expand Up @@ -281,7 +291,7 @@ Failed to install 'phonegap-plugin-push':Error: pod: Command failed with exit co
Error: pod: Command failed with exit code 1
```

Please run the command `pod repo update` and re-install the plugin.
Please run the command `pod repo update` and re-install the plugin. You would only run `pod repo update` if you have the specs-repo already cloned on your machine through `pod setup`.

##### CocoaPod Disk Space

Expand Down

0 comments on commit 525816c

Please sign in to comment.