-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72346d2
commit a98745e
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|