Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecarreramo committed Apr 13, 2015
1 parent 72346d2 commit a98745e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# TMDB-iOS
iOS app

> Proyecto para mostrar un listado de series de TV y peliculas.
Para compilar es necesario tener instalado COCOAPODS

## **Instalación COCOAPODS**

1. ir a terminal
2. colocar sudo gem install cocoapods


## **Compilación de PODS**

1. ir a terminal
2. ir al path del proyecto donde se encuentra el archivo "Podfile" .../TMDB-iOS/TMDB
3. ejecutar el comando "pod install"


Al finalizar la instalación de todas las dependencias, se debe abrir el archivo "TMDB.xcworkspace" en Xcode y ejecutar normalmente.


0 comments on commit a98745e

Please sign in to comment.