Cocoapods Art
Description
CocoaPods Plugin to work against Artifactory Repository
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://badge.fury.io/rb/cocoapods-art)
cocoapods-art
A CocoaPods Plugin to work with Artifactory Repository
Installation
`gem install cocoapods-art`
Client Configuration
To add an Artifactory repository named 'myRepo' to your client:
pod repo-art add artifactory-local http://art-prod.company.com:8081/artifactory/api/pods/myRepo
To use 'myRepo' to resolve pods when installing you must add the following to your Podfile:
plugin 'cocoapods-art', :sources => [
''
]
More than one source can be included, separated by commas.
For authenticated access, please add the user and password to your .netrc file:
machine art-prod.company.com
login admin
password password
You can also use an encrypted Artifactory password or your API key
If your .netrc file is not located in your home directory, you can specify its location in the environmental variable:
export COCOAPODS_ART_NETRC_PATH=$HOME/myproject/.netrc
Alternatively, you can specify a username and password/API key directly from an environment variable rather than utilizing the .netrc file, by setting the value of `COCOAPODS_ART_CREDENTIALS` to your Artifactory username and the password separated by a colon:
export COCOAPODS_ART_CREDENTIALS="admin:password"
If the `COCOAPODS_ART_CREDENTIALS` variable is set, its value will supersede any credentials specified in your .netrc file, causing them to be ignored.
You could set the following environment variable: COCOAPODS_ART_SSL_NO_REVOKE, this will add the flag --ssl-no-revoke to curl command. If your are running on an environment where access to CRL isn't available you would still be able to access Artifactory via HTTPS using the cocoapods-art plugin on windows.
set COCOAPODS_ART_SSL_NO_REVOKE=true
Artifactory Configuration
See the [Artifactory User Guide](https://www.jfrog.com/confluence/display/RTF/CocoaPods+Reposito
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11