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

Commit

Permalink
Add mimimum cordova versions to installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Nov 7, 2016
1 parent e268a0d commit dcb5283
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Installation

- [Installation Requirements](#installation-requirements)
- [Android details](#android-details)
- [Compilation](#compilation)
- [Co-existing with Facebook Plugin](#co-existing-with-facebook-plugin)
Expand All @@ -16,7 +17,14 @@
- [CocoaPods](#cocoapods)
- [Additional Resources](#additional-resources)

This requires phonegap/cordova CLI 5.0+
## Installation Requirements

Plugin verssion | Cordova CLI | Cordova Android | Cordova iOS | CococaPods
---- | ---- | ---- | ---- | ----
1.9.0 | 6.4.0 | 6.0.0 | 4.3.0 | 1.1.1
1.8.0 | 3.6.3 | 4.0.0 | 4.1.0 | N/A

To install from the command line:

```
phonegap plugin add phonegap-plugin-push --variable SENDER_ID="XXXXXXX"
Expand Down Expand Up @@ -194,7 +202,7 @@ Firefox 46+

### Xcode

Xcode version 7.0 or greater is required for building this plugin.
Xcode version 8.0 or greater is required for building this plugin.

### Bitcode

Expand Down

0 comments on commit dcb5283

Please sign in to comment.