/movies-ios-app

iOS movies application developed in Next course promoted by Movile

Primary LanguageSwift

Movies App

A simple iOS movies application developed in Next course promoted by Movile

For a Clean version of this project check the clean-architect branch

Requirements

This application uses Bundler for experimentation purposes.

If you do not have Bundler installed and want to try it, just run:

$ gem install bundler

Installation

  1. Without Bundler:
$ git clone https://github.com/rmorbach/movies-ios-app.git
$ cd movies-ios-app/Movies
$ pod install
  1. With Bundler:
$ git clone https://github.com/rmorbach/movies-ios-app.git
$ cd movies-ios-app/Movies
$ bundle install
$ bundle exec pod install