From 4485562e168afe40ce7803bfffca1d3f1cad6725 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Fri, 15 Jul 2016 15:26:02 -0700 Subject: [PATCH] Clarify versioning instruction for CocoaPods installation. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 941d3a3d..4c9df9f6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,15 @@ Swift-taylored experience to integrate your app with Facebook. Including: ## Getting Started - **[CocoaPods](https://cocoapods.org)** - - Add the following line to your Podfile: + - Make sure you are running the latest version of CocoaPods by running: + ```bash + gem install cocoapods + # (or if the above fails) + sudo gem install cocoapods + ``` + _We support any version of CocoaPods 1.0.1 or later._ + + - Add the following lines to your Podfile: ```ruby pod 'FacebookCore'