{"id":31769927,"url":"https://github.com/jfrog/cocoapods-art","last_synced_at":"2026-02-15T20:31:00.278Z","repository":{"id":37734639,"uuid":"51094065","full_name":"jfrog/cocoapods-art","owner":"jfrog","description":"CocoaPods Plugin to work against Artifactory Repository ","archived":false,"fork":false,"pushed_at":"2023-10-03T05:36:22.000Z","size":60,"stargazers_count":59,"open_issues_count":37,"forks_count":29,"subscribers_count":23,"default_branch":"master","last_synced_at":"2026-01-14T11:22:12.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfrog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-04T17:52:35.000Z","updated_at":"2025-12-03T02:08:21.000Z","dependencies_parsed_at":"2024-06-19T00:27:21.282Z","dependency_job_id":"58fb02af-af3f-464e-85f4-de22acae2b60","html_url":"https://github.com/jfrog/cocoapods-art","commit_stats":null,"previous_names":["jfrogdev/cocoapods-art"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jfrog/cocoapods-art","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcocoapods-art","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcocoapods-art/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcocoapods-art/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcocoapods-art/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfrog","download_url":"https://codeload.github.com/jfrog/cocoapods-art/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fcocoapods-art/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29488530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T02:55:43.894Z","updated_at":"2026-02-15T20:31:00.260Z","avatar_url":"https://github.com/jfrog.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/cocoapods-art.svg)](https://badge.fury.io/rb/cocoapods-art)\n\n# cocoapods-art\nA CocoaPods Plugin to work with Artifactory Repository\n\n## Installation\n`gem install cocoapods-art`\n\n## Client Configuration\nTo add an Artifactory repository named 'myRepo' to your client:\n```\npod repo-art add artifactory-local http://art-prod.company.com:8081/artifactory/api/pods/myRepo\n```\n\nTo use 'myRepo' to resolve pods when installing you must add the following to your Podfile:\n```ruby\nplugin 'cocoapods-art', :sources =\u003e [\n  '\u003clocal_specs_repo_name\u003e'    \n] \n```\nMore than one source can be included, separated by commas.\n\nFor authenticated access, please add the user and password to your .netrc file:\n```\nmachine art-prod.company.com\nlogin admin\npassword password\n```\nYou can also use an encrypted Artifactory password or your API key\n\nIf your .netrc file is not located in your home directory, you can specify its location in the environmental variable:\n```\nexport COCOAPODS_ART_NETRC_PATH=$HOME/myproject/.netrc\n```\n\nAlternatively, 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:\n\n```\nexport COCOAPODS_ART_CREDENTIALS=\"admin:password\"\n````\n\nIf the `COCOAPODS_ART_CREDENTIALS` variable is set, its value will supersede any credentials specified in your .netrc file, causing them to be ignored.\n\nYou could set the following environment variable: COCOAPODS_ART_SSL_NO_REVOKE, this will add the flag --ssl-no-revoke to curl command.\nIf 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.\n```\nset COCOAPODS_ART_SSL_NO_REVOKE=true\n```\n\n## Artifactory Configuration\nSee the [Artifactory User Guide](https://www.jfrog.com/confluence/display/RTF/CocoaPods+Repositories)\n\n## The cocoapods-art plugin exposes all `pod repo` commands  by using `pod repo-art`:\n```\npod repo-art add\npod repo-art lint\npod repo-art list\npod repo-art remove\npod repo-art update\n```\n## Special notes\nContrary to the default behavior, the cocoapods-art plugin does not implicitly update your sources when actions such as `add` run. \nTo update a repo use  `pod repo-art update`\n\n`pod repo-art update` is an accumulative operation, meaning that it does not remove entries which do not exist in the Artifactory backend in order to preserve entries that were created with the `--local-only` flag. To have all such entries removed use the update command with the `--prune` flag.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Fcocoapods-art","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfrog%2Fcocoapods-art","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Fcocoapods-art/lists"}