Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Mar 22, 2020
1 parent 3be5e66 commit 1be32fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Action supports two ways to specify Cocoapods version:
- Specify path to the `Podfile.lock` file using `podfile-path` parameter. In this case, version of Cocoapods [will be parsed from Podfile.lock](https://github.com/maxim-lobanov/setup-cocoapods/blob/master/__tests__/podfile-example/Podfile.lock#L16).

# Available parameters
| Parameter | Description | Supported format |
| Parameter name | Description | Supported format |
|---------------|-----------------------------------------|----------------------------|
| version | Specify version of Cocoapods to install | `latest`, `1.5.2`, `1.9.1` |
| podfile-path | Specify path to `Podfile.lock` file to determine Cocoapods version dynamically | `myApp/Podfile.lock` |
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
```

# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 comments on commit 1be32fc

Please sign in to comment.