# cocoapods を Homebrew, Nix でインストール

cocoapods のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cocoapods
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cocoapods
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cocoapods
```

  証拠: nixpkgs package indexes: pkgs/by-name/co/cocoapods/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:cocoapods
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/cocoapods>
- **バージョン:** 1.17.0
- **ソース概要:** Dependency manager for Cocoa projects
- **ホームページ:** <https://cocoapods.org/>
- **リポジトリ:** <https://github.com/CocoaPods/CocoaPods>
- **上流ドキュメント:** <https://cocoapods.org/>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/CocoaPods/CocoaPods/archive/refs/tags/1.17.0.tar.gz>
- **最終更新:** 2026-07-06T23:44:34Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- pod (cli)
- xcodeproj (cli)
- pod (エイリアス)
- xcodeproj (エイリアス)

## 依存関係

- ruby

## ビルド依存関係

- pkgconf

## macOS 提供ライブラリ

- libffi

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.17.0
- マネージャ更新日: 2026-07-06
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/CocoaPods/CocoaPods
- 検出された最新: 1.17.0 (最新)
## プロジェクトの歴史と使われ方

CocoaPods is the long-running dependency manager for Swift and Objective-C Cocoa projects. It is one of the defining package tools of iOS and macOS development, centered on the `pod` CLI, the Podfile, podspecs, and the CocoaPods Specs/trunk ecosystem.

### プロジェクトの歴史

The CocoaPods GitHub repository was created in 2011 and the project presents itself as the dependency manager for iOS and Mac projects. The official site says CocoaPods is developed on GitHub by the CocoaPods Dev Team with many contributors.

CocoaPods matured into a full package ecosystem: a command-line installer, a central specs index, project integration for Xcode workspaces, documentation, search, and trunk publishing for podspecs.

### 採用の歴史

The official homepage states that CocoaPods has over 107 thousand libraries and is used in over 3 million apps. RubyGems records more than 100 million downloads for the `cocoapods` gem.

CocoaPods' adoption has also reached a late-maintenance phase. The official blog announced a plan to make CocoaPods trunk read-only, while keeping existing Specs/CDN infrastructure available so existing builds continue to work.

### 使われ方

A user writes dependencies in a `Podfile`, runs `pod install`, and then opens the generated `.xcworkspace` rather than the original Xcode project. The official guide says the `Podfile` and `Podfile.lock` should be kept under version control.

CocoaPods also supports creating and publishing pods through podspecs, with commands such as `pod spec create`, `pod spec lint`, and publishing through trunk.

### パッケージ好きにとっての重要性

CocoaPods is historically important because it brought a package-index workflow to Apple platform development before Swift Package Manager was mature. It normalized lockfiles, central package metadata, semantic versions, and repeatable third-party dependency integration for Xcode projects.

It is also a case study in package registry lifecycle. The planned read-only trunk transition shows how an ecosystem can preserve installability while reducing the operational and security burden of accepting new package submissions.

### タイムライン

- 2011: `CocoaPods/CocoaPods` repository created on GitHub.
- 2010s: CocoaPods becomes the dominant third-party dependency manager for Objective-C and Swift Cocoa projects.
- 2016: CocoaPods 1.0 series released.
- 2024: CocoaPods 1.16.2 released.
- 2024: Official blog announces a read-only plan for CocoaPods trunk, later updated in May 2025.
- 2026: Blog plan says new trunk submissions will be stopped while existing builds continue to work.

### Related projects

- CocoaPods Specs is the central podspec repository/trunk data set.
- RubyGems distributes the `cocoapods` CLI gem.
- Swift Package Manager and Carthage are adjacent Apple-platform dependency managers.

### ソース

- <https://cocoapods.org/>
- <https://guides.cocoapods.org/using/using-cocoapods.html>
- <https://guides.cocoapods.org/using/the-podfile.html>
- <https://github.com/CocoaPods/CocoaPods>
- <https://rubygems.org/gems/cocoapods>
- <https://blog.cocoapods.org/CocoaPods-Specs-Repo/>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: Podfile
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cocoapods
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - cocoapods: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/cocoapods/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [ruby](https://pkg.so/ja/brew/ruby/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [carthage](https://pkg.so/ja/brew/carthage/) - Shares pkgdb curated category or tags: cli, cocoa, dependency-management, dependency-manager, developer-tools.
- [coursier](https://pkg.so/ja/brew/coursier/) - Shares pkgdb curated category or tags: cli, dependency-management, dependency-manager, developer-tools.
- [swift-outdated](https://pkg.so/ja/brew/swift-outdated/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools, xcode.
- [pipenv](https://pkg.so/ja/brew/pipenv/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [molten-vk](https://pkg.so/ja/brew/molten-vk/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, macos.
- [renovate](https://pkg.so/ja/brew/renovate/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [licenseplist](https://pkg.so/ja/brew/licenseplist/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, xcode.
- [pip-tools](https://pkg.so/ja/brew/pip-tools/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/cocoapods.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cocoapods.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
