Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
@auto-canary/cocoapods
Advanced tools
Use auto
to version your Cocoapod, and push to your specs repository!
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
{
"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
]
}
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.
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.
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.
FAQs
Use auto to version your cocoapod
The npm package @auto-canary/cocoapods receives a total of 515 weekly downloads. As such, @auto-canary/cocoapods popularity was classified as not popular.
We found that @auto-canary/cocoapods demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.