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

Commit 4810378

Browse files
committed
Clarify versioninig instruction for CocoaPods installation.
1 parent 4c06d52 commit 4810378

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Swift-taylored experience to integrate your app with Facebook. Including:
1515
## Getting Started
1616

1717
- **[CocoaPods](https://cocoapods.org)**
18+
- Make sure you are running the latest version of CocoaPods by running:
19+
```bash
20+
gem install cocoapods
21+
# (or if the above fails)
22+
sudo gem install cocoapods
23+
```
24+
_We support any version of CocoaPods 1.0.1 or later._
25+
1826
- Add the following line to your Podfile:
1927

2028
```ruby

0 commit comments

Comments
 (0)