Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
arrow-up-circle

GitHub Action

install-cocoapods-action

1.0.0

install-cocoapods-action

arrow-up-circle

install-cocoapods-action

Install or cache cocoapods

Installation

Copy and paste the following snippet into your .yml file.

              

- name: install-cocoapods-action

uses: NiftyStack/[email protected]

Learn more about this action in NiftyStack/install-cocoapods-action

Choose a version

install-cocoapods-action

Handles cocoapods installation and caching.

Example:

jobs:

  build:
    runs-on: macos-latest

    steps:
      - uses: actions/checkout@v2

      - uses: NiftyStack/[email protected]

      - run: pod install