Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas committed Jun 12, 2020
1 parent 6fb300e commit d735df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/making/private-cocoapods.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 17,7 @@ To work with your collection of private pods, we suggest creating your own Spec

**You do not need to fork the CocoaPods/Specs Master repo.** Make sure that everyone on your team has access to this repo, but it does not need to be public.

###2. Add your Private Repo to your CocoaPods installation
###2. Add your Private Spec Repo to your CocoaPods installation
```shell
$ pod repo add REPO_NAME SOURCE_URL
```
Expand All @@ -30,7 30,7 @@ $ cd ~/.cocoapods/repos/REPO_NAME
$ pod repo lint .
```

###3. Add your Podspec to your repo
###3. Add your Pod's Podspec to your repo

> Make sure you've tagged and versioned your source appropriately, then run:
Expand Down

0 comments on commit d735df3

Please sign in to comment.