install-cocoapods-action
ActionsHandles cocoapods installation and caching.
Example:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: NiftyStack/[email protected]
- run: pod install
install-cocoapods-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.