Commit 0212b9b1 authored by Eloy Duran's avatar Eloy Duran

Merge branch 'master' into develop

parents 8bf3ae46 cf1ab82d
# CocoaPods – an Objective-C library manager # CocoaPods – an Objective-C library manager
[![Build Status](https://secure.travis-ci.org/CocoaPods/CocoaPods.png?branch=master)](https://secure.travis-ci.org/CocoaPods/CocoaPods) [![Master Build Status](https://secure.travis-ci.org/CocoaPods/CocoaPods.png?branch=master)](https://secure.travis-ci.org/CocoaPods/CocoaPods)
[![Develop Build Status](https://secure.travis-ci.org/CocoaPods/CocoaPods.png?branch=develop)](https://secure.travis-ci.org/CocoaPods/CocoaPods)
CocoaPods manages library dependencies for your Xcode project. CocoaPods manages library dependencies for your Xcode project.
...@@ -22,7 +23,7 @@ Downloading and installing CocoaPods only takes a few minutes. ...@@ -22,7 +23,7 @@ Downloading and installing CocoaPods only takes a few minutes.
CocoaPods runs on [Ruby](http://www.ruby-lang.org/en/). To install it run the following commands: CocoaPods runs on [Ruby](http://www.ruby-lang.org/en/). To install it run the following commands:
``` ```
$ sudo gem install cocoapods $ [sudo] gem install cocoapods --pre
$ pod setup $ pod setup
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment