rmorbach / movies-ios-app

iOS movies application developed in Next course promoted by Movile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

iOS movies application developed in Next course promoted by Movile


Languages

Language:Swift 97.3%Language:Ruby 2.7%