This is an iOS study project based on The MovieDB API
What you need to run this project:
- Xcode 10.1
- Change to a diferent branch because master just have initial commit
- CocoaPods - Installation Guide
sudo gem install cocoapods
git clone https://github.com/gabe351/PocketMovies.git
cd PocketMovies
pod install
open PocketMovies.xcworkspace
CMD + R to run the project.
CMD + U to run tests.