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

Commit

Permalink
Clarify versioninig 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 4810378
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Swift-taylored experience to integrate your app with Facebook. Including:
## Getting Started

- **[CocoaPods](https://cocoapods.org)**
- 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 line to your Podfile:

```ruby
Expand Down

0 comments on commit 4810378

Please sign in to comment.