From 539ff6476a896b79c153972e050db3ef9b0fa2d4 Mon Sep 17 00:00:00 2001 From: Andrew Sardone Date: Tue, 31 Mar 2015 17:40:59 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20some=20=E2=80=98CocoaPods=E2=80=99=20capi?= =?UTF-8?q?talization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/EmbeddedApp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/EmbeddedApp.md b/docs/EmbeddedApp.md index e053e51f6..673608701 100644 --- a/docs/EmbeddedApp.md +++ b/docs/EmbeddedApp.md @@ -7,14 +7,14 @@ permalink: docs/embeded-app.html next: activityindicatorios --- -Since React makes no assumptions about the rest of your technology stack – it’s commonly noted as simply the `V` in `MVC` – it’s easily embeddable within an existing non-React Native app. In fact, it integrates with other best practice community tools like [Cocoapods](http://cocoapods.org/). +Since React makes no assumptions about the rest of your technology stack – it’s commonly noted as simply the `V` in `MVC` – it’s easily embeddable within an existing non-React Native app. In fact, it integrates with other best practice community tools like [CocoaPods](http://cocoapods.org/). ## Requirements -- [Cocoapods](http://cocoapods.org/) – `gem install cocoapods` +- [CocoaPods](http://cocoapods.org/) – `gem install cocoapods` - [Node.js](http://nodejs.org) – `brew install node` -## 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).