maxim-lobanov / setup-cocoapods

Set up your GitHub Actions workflow with a specific version of Cocoapods
MIT License
31 stars 6 forks source link

Add possibility to specify version of Cocoapods #1

Closed maxim-lobanov closed 4 years ago

maxim-lobanov commented 4 years ago

setup-cocoapods

This action sets up specific version of Cocoapods in GitHub Actions workflow.

Available parameters

Argument Description Supported format
version Specify version of Cocoapods to install latest, 1.5.2, 1.9.1

Usage

name: CI
on: [push]
jobs:
  build:
    name: Setup Cocoapods
    runs-on: macos-latest
    steps:
    - name: setup-cocoapods
      uses: maxim-lobanov/setup-cocoapods
      with:
        version: 1.9.1

License

The scripts and documentation in this project are released under the MIT License