All Projects → CocoaPods → guides.cocoapods.org

CocoaPods / guides.cocoapods.org

Licence: other
The guides for CocoaPods

Programming Languages

ruby
36898 projects - #4 most used programming language
Slim
82 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

CocoaPods Guides Site

This is the repo for the CocoaPods Guides site.

I'd like to contribute

Great! Head over to CONTRIBUTING.

I'd like to make a suggestion

Fantastic! Take a look at our open issues, and comment on one that seems relevant or open an issue. See our CONTRIBUTING guidelines for opening issues.

I'd like to add my blog post or tutorial.

Delightful! Double check your link follows our External Resource Guidelines, then make a pull request.

I'd like to run guides.cocoapods.org locally

The guides site is built on Middleman, and runs on Ruby 2.1.3.

Steps to setup:

  1. $ git clone https://github.com/CocoaPods/guides.cocoapods.org.git
  2. $ cd guides.cocoapods.org
  3. $ rake bootstrap
  4. $ bundle exec rake generate:all
  5. $ foreman start
  6. Open localhost:4567 in your browser. Changes will be processed automatically

Deploying the latest version to GitHub Pages

$ bundle exec rake deploy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].