dtrenz / pod-check

Cocoapods plugin that ports the Bundler check CLI command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cocoapods::Check

Travis-CI Build Status

Checks if the dependencies listed in Podfile are satisfied by currently installed pods.

If all pods are found, prints a success message and exits with a status of 0. If not, the first missing pod is listed and exits with a status of 1.

About

Cocoapods plugin that ports the Bundler check CLI command.

License:MIT License


Languages

Language:Ruby 96.8%Language:Shell 3.2%