Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cocoapods-modify-dependency-version

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-modify-dependency-version

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

cocoapods-modify-dependency-version

cocoapods-modify-dependency-version will try to modify specific dependency version by branch name or tag.

Installation

$ gem install cocoapods-modify-dependency-version

Usage

pod modify-dependency-version will display a list of Pods that changed by this command.

$ pod modify-dependency-version --name=SuiNetworking --branch=test
~SuiNetworking

The symbol before each Pod name indicates the status of the Pod. A ~ indicates specific dependency has been modified.

Verbose mode shows a bit more detail:

$ pod modify-dependency-version --name=SuiNetworking --branch=test --verbose
SuiNetworking current_branch: master -> modify_branch: test

If the specific dependency not in the Podfile, then the output looks like:

$ pod modify-dependency-version --name=FakeRepo --branch=test
FakeRepo not found.

License

cocoapods-modify-dependency-version is under the MIT license. See the LICENSE file for details.

FAQs

Package last updated on 17 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc