Merge pull request #550 from orta/patch-1

Use correct capitalisation in CocoaPods
This commit is contained in:
Tadeu Zagallo 2015-03-31 21:20:03 +01:00
commit 1e2d57122e
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ permalink: docs/embeded-app.html
next: activityindicatorios
---
## Install React Native Using Cocoapods
## Install React Native Using CocoaPods
[Cocoapods](http://cocoapods.org/) is a package management tool for iOS/Mac development. We need to use it to download React Native. If you haven't install Cocoapods yet, checkout [this tutorial](http://guides.cocoapods.org/using/getting-started.html).
[CocoaPods](http://cocoapods.org/) is a package management tool for iOS/Mac development. We need to use it to download React Native. If you haven't install CocoaPods yet, checkout [this tutorial](http://guides.cocoapods.org/using/getting-started.html).
When you are ready to work with Cocoapods, add the following line to `Podfile`. If you don't have one, then create it under the root directory of your project.
When you are ready to work with CocoaPods, add the following line to `Podfile`. If you don't have one, then create it under the root directory of your project.
```
pod 'React'