Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Clarify versioning instruction for CocoaPods installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jul 15, 2016
1 parent 4c06d52 commit 4485562
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4485562

Please sign in to comment.