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

Clarify versioning instruction for CocoaPods installation. #15

Merged
merged 1 commit into from
Jul 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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