Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored Apr 6, 2020
1 parent 89863c9 commit b2a9e74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/cocoapods/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cocoapods Plugin
# CocoaPods Plugin

Use `auto` to version your [Cocoapod](https://cocoapods.org/), and push to your specs repository!
Use `auto` to version your [CocoaPod](https://cocoapods.org/), and push to your specs repository!

## Installation

Expand Down Expand Up @@ -35,14 +35,14 @@ yarn add -D @auto-it/cocoapods

### General

- The machine running this plugin must have the [Cocoapods](https://cocoapods.org/) `pod` CLI installed already.
- The machine running this plugin must have the [CocoapPods](https://cocoapods.org/) `pod` CLI installed already.

- Your `podspec` file must pass `pod lib lint` in order for publishing to a Specs repository to work.

### Pushing to the Cocoapods Trunk
### Pushing to the CocoaPods Trunk

If a `specsRepo` is not provided in the plugin options, this plugin will push to the cocoapods trunk repository. This requires that the machine running this has followed the steps for pushing to trunk, the guide for that can be found [here](https://guides.cocoapods.org/making/getting-setup-with-trunk.html#getting-started).
If a `specsRepo` is not provided in the plugin options, this plugin will push to the CocoaPods trunk repository. This requires that the machine running this has followed the steps for pushing to trunk, the guide for that can be found [here](https://guides.cocoapods.org/making/getting-setup-with-trunk.html#getting-started).

### Pushing to a private specs repo

If `specsRepo` is provided in the configuration, this plugin will add that repo under a temporary name, push to it, and remove the repo from the cocoapods installation on the machine. The machine that is running the plugin must have the appropriate git credentials to push to that repository.
If `specsRepo` is provided in the configuration, this plugin will add that repo under a temporary name, push to it, and remove the repo from the CocoaPods installation on the machine. The machine that is running the plugin must have the appropriate git credentials to push to that repository.

0 comments on commit b2a9e74

Please sign in to comment.