Skip to content
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
2 changes: 2 additions & 0 deletions CocoaPods.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ You need to install CocoaPods. If you haven't yet, you can do so by running:

```bash
$ sudo gem install cocoapods
$ pod setup
```
> **NOTE:** The minimum required version of CocoaPods is 1.0.0.

Expand All @@ -27,6 +28,7 @@ To update CocoaPods, just run the installation command again.

```
sudo gem install cocoapods
pod setup
```

## Create CLI Project
Expand Down