From 2086a40f30d6c0b20c18892888863c05d6f01baa Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Fri, 15 Jul 2016 16:06:51 -0700 Subject: [PATCH] Clarify versioning instruction for CocoaPods installation. (#15) --- 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'