Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoapods -> CocoaPods #1120

Merged
merged 2 commits into from
Apr 6, 2020
Merged
Changes from 1 commit
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
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.
hipstersmoothie marked this conversation as resolved.
Show resolved Hide resolved

- 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.