• Stars
    star
    213
  • Rank 185,410 (Top 4 %)
  • Language
    Ruby
  • Created over 10 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Automate the tasks necessary to develop on CocoaPods

This repo needs updating.

For most contributions you can just fork https://github.com/CocoaPods/CocoaPods instead. Don't attempt rake bootstrap. You could run into all sorts of ruby and rake versioning issues.

CocoaPods Rainforest

Build Status

To effectively farm CocoaPods, trees are needed (the gems), and those trees need a special and unique habitat to flourish: the Rainforest.

This repository allows you to automate the tasks necessary to develop CocoaPods. In detail, the following tasks can be performed from a centralised location:

  • Clone all repositories containing gems.
  • Centralise bootstrapping of all the repositories.
  • Switch to SSH URLs.
  • Set up Bundler's Local Git Repos feature.
  • Pull of all the repositories.
  • Check the status of each repository, scanning for dirty working copies or gems which should be released.

Usage

To get started, simply run:

$ git clone https://github.com/CocoaPods/Rainforest.git
$ cd Rainforest
$ rake bootstrap

To check that the setup process worked, you can run the following command:

$ cd Rainforest
$ CocoaPods/bin/pod --help

The above means that you can use the checked out version of CocoaPods for development and that you can experiment with your changes directly. If you would like CocoaPods to pick up the changes of the other checked out dependencies, you can use the local git repos features of Bundler:

$ rake local_dependencies_set

Finally, to see all the available tasks, run:

$ rake -T

Useful tasks

  • rake pull: Pulls all the repos and updates the submodules.
  • rake cleanup: Performs safe cleanup operations, like deleting merged branches.
  • rake status: Prints the repositories with unmerged branches or a dirty. working copy and lists the gems with commits after the last release.
  • rake issues: Gets the count of the open issues.

Tasks for the Core team

  • rake clone_all: Clones all the CocoaPods repositories.
  • rake switch_to_ssh: If SSH is your fancy.
  • rake issues: Prints the count of the open issues for each gem.
  • rake release[gem_dir]: Releases the gem with the given name.
  • update_rubocop_configuration[gem_dir]: Update the shared CocoaPods RuboCop configuration for the given repo or for all the repos.

Release Configuration

See RELEASING.md.

Collaborate

All CocoaPods development happens on GitHub; there is a repository for CocoaPods and one for the CocoaPods specs. Contributing patches or Pods is really easy and gratifying.

Follow @CocoaPods to get up to date information about what's going on in the CocoaPods world.

License

This gem and CocoaPods are available under the MIT license.

More Repositories

1

CocoaPods

The Cocoa Dependency Manager.
Ruby
14,507
star
2

Specs

The CocoaPods Master Repo
6,690
star
3

Xcodeproj

Create and modify Xcode projects from Ruby.
Ruby
2,334
star
4

CocoaPods-app

A full-featured and standalone installation of CocoaPods.
Swift
1,228
star
5

cocoapods-packager

CocoaPods plugin which allows you to generate a static library from a podspec.
Ruby
1,145
star
6

cocoapods-deintegrate

A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
Ruby
1,081
star
7

Rome

Makes it easy to build a list of frameworks.
Ruby
694
star
8

Molinillo

A generic dependency resolution algorithm.
Ruby
417
star
9

pod-template

An opinionated template for creating a Pod.
Ruby
394
star
10

CLAide

A small command-line interface framework.
Ruby
194
star
11

Core

The models used within the CocoaPods gem
Ruby
157
star
12

cocoapods-try

CocoaPods plugin which allows to quickly try the demo project of a Pod.
Ruby
132
star
13

cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
Ruby
110
star
14

cocoadocs.org

Static generator for CocoaDocs.org
Ruby
95
star
15

CPDAcknowledgements

Show your CocoaPods dependencies in-app.
Objective-C
87
star
16

cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
Ruby
84
star
17

cocoapods-plugins

Get info about available CocoaPods plugins.
Ruby
80
star
18

cocoapods.org

That website https://cocoapods.org/ - pretty useful
Slim
53
star
19

CocoaPodsExampleLibrary

A Simple Example Library for CocoaPods Best Practices
Objective-C
46
star
20

guides.cocoapods.org

The guides for CocoaPods
Ruby
46
star
21

Nanaimo

A native ruby implementation of ASCII plist parsing & serializing
Ruby
40
star
22

trunk.cocoapods.org

The authentication server for CocoaPods push
Ruby
38
star
23

cocoapods-appledoc

CocoaPods plugin which allows you to generate documentation for a pod spec using AppleDoc.
Ruby
36
star
24

blog.cocoapods.org

The blog for CocoaPods
HTML
34
star
25

fourflusher

A library for interacting with Xcode simulators.
Ruby
33
star
26

search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
Ruby
25
star
27

swift

Issue tracker for CocoaPods with Swift issues
23
star
28

cocoapods-integration-specs

The integration specs of CocoaPods
Objective-C
23
star
29

Cork

A delightful CLI UI module.
Ruby
22
star
30

cocoapods-metadata-service

A metadata generator service for GitHub projects
TypeScript
18
star
31

cocoapods-trunk

CocoaPods plugin for trunk
Ruby
17
star
32

metrics.cocoapods.org

The API for CocoaPods
Ruby
17
star
33

CocoaPods-objc

Provides support for working with CocoaPods from Objective-C.
Objective-C
16
star
34

cocoadocs-api

This is more of an API _for_ CocoaDocs to use than the other way around.
Ruby
15
star
35

cocoapods-search

CocoaPods plugin that allows you to search your pod spec repository for specific pods matching a query.
Ruby
14
star
36

Design

The design files for CocoaPods
13
star
37

cocoapods.github.com

User and developer documentation for CocoaPods
Ruby
12
star
38

cocoapods-docs

Simple gem which offers convenient access to the documentation of a Pod via cocoadocs.org.
Ruby
11
star
39

shared_resources

Shared resources for the cocoapods websites
HTML
11
star
40

cdn.cocoapods.org

Infra for the CocoaPods CDN
Ruby
10
star
41

Strata

Automate the tasks necessary to develop on the CocoaPods websites
Ruby
10
star
42

cocoapods-plugin-template

Ruby
9
star
43

feeds.cocoapods.org

Feeds or newly published Pods.
Ruby
8
star
44

cocoapods-test

CocoaPods plugin to run tests for a Pod
Ruby
7
star
45

cocoapods-repo-shard

Shard a CocoaPods specs repository
Ruby
6
star
46

cocoapods-stats

Statistics plugin for CocoaPods
Ruby
6
star
47

cocoapods-podfile_info

Get your dependency info out
Ruby
5
star
48

cocoapods-regression

Automation harness for CocoaPods regression tests.
Ruby
5
star
49

VersionKit

Ruby
5
star
50

stats.cocoapods.org

A server for receiving statistics and migrating data into metrics.cocoapods.org
Ruby
5
star
51

trunk.cocoapods.org-api-doc

Documentation for the Trunk API
4
star
52

claide-completion

CLI completion plugin for CLAide.
Ruby
3
star
53

Old-Specs

3
star
54

indexer.cocoapods.org

Trunk πŸ›„ πŸ‘‰ Algolia ⏱ indexer
TypeScript
3
star
55

Resolver-Integration-Specs

Ruby
2
star
56

peril-settings

Settings for CocoaPods' peril
TypeScript
2
star
57

CDN-Specs

A jsDelivr CDN compatible version of the CocoaPods Specs repo
2
star
58

Humus

Handles database migrations and states for all CP web projects.
Ruby
2
star
59

cocoadocs-queue

Queues pods for the cocoadocs workers
Ruby
2
star
60

cocoapods-test-specs

The test specs of CocoaPods
Ruby
2
star
61

cdn-staging.cocoapods.org

Staging environment for cdn.cocoapods.org
Ruby
1
star