Sha256: da6cb43c63a8c988d7aadff1b9d4b9fc9ccf2acae72a3eff3b247702f41886ca

Contents?: true

Size: 707 Bytes

Versions: 3

Compression:

Stored size: 707 Bytes

Contents

# cocoapods-whitelist

Validate Podspec's dependencies against a whitelist of pods.

## Installation

    $ gem install cocoapods-whitelist

## Usage

- As a command
```
$ pod whitelist [--podspec=PODSPEC] [--config=WHITELIST_FILE_OR_URL] [--fail-on-error]
```

- As plugin, add into the Podfile of your tests app
```
  plugin 'cocoapods-whitelist'
```

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

You can specify a custom whitelist. By default use a whitelist hosted in [GitHub](https://github.com/mercadolibre/mobile-dependencies_whitelist/blob/master/ios-whitelist.json)

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-whitelist-0.0.7 README.md
cocoapods-whitelist-0.0.4 README.md
cocoapods-whitelist-0.0.3 README.md