Socket
Socket
Sign inDemoInstall

@auto-canary/cocoapods

Package Overview
Dependencies
Maintainers
2
Versions
886
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-canary/cocoapods

Use auto to version your cocoapod


Version published
Weekly downloads
8
decreased by-99.11%
Maintainers
2
Weekly downloads
 
Created
Source

Cocoapods Plugin

Use auto to version your Cocoapod, and push to your specs repository!

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/cocoapods
# or
yarn add -D @auto-it/cocoapods

Usage

{
  "plugins": [
    [
      "cocoapods",
      {
        // Required, the relative path to your podspec file
        "podspecPath": "./Test.podspec",
        // Optional, the specs repo to push to
        "specsRepo": "https://github.com/intuit/TestSpecs.git"
      }
    ]
    // other plugins
  ]
}

Requirements

General

  • The machine running this plugin must have the Cocoapods pod CLI installed already.

  • Your podspec file must pass pod lib lint in order for publishing to a Specs repository to work.

Pushing to the Cocoapods Trunk

If a specsRepo is not provided in the plugin options, this plugin will push to the cocoapods trunk repository. This requires that the machine running this has followed the steps for pushing to trunk, the guide for that can be found here.

Pushing to a private specs repo

If specsRepo is provided in the configuration, this plugin will add that repo under a temporary name, push to it, and remove the repo from the cocoapods installation on the machine. The machine that is running the plugin must have the appropriate git credentials to push to that repository.

Keywords

FAQs

Package last updated on 27 Mar 2020

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