cocoapods-allowlist

Validate Podspec’s dependencies against a allowlist of pods.

Installation

$ gem install cocoapods-allowlist

Usage

  • As a command

    “ pod allowlist [podspec=PODSPEC][--config=ALLOWLIST_FILE_OR_URL] [outfile=PATH][--fail-on-error]

  • As plugin, add into the Podfile of your tests app

    “lugin ‘cocoapods-allowlist’

If not Podspec is passed by parameter, the command search into the current and parent directory.

You can specify a custom allowlist. By default use a allowlist hosted in GitHub

By default exit with status 0, unless you add the parameter --fail-on-error

Development

Install dependencies

“undle install

Run test

“ake

Publish in RubyGems

  1. Build

    “em build cocoapods-allowlist.gemspec

  2. Publish

    “em push cocoapods-allowlist-version.gem