Beers is an iOS application based on the PUNK API to give a list of beers and show it details.
- ** Swift 4 **
- XCode 9
Im using git submodule because is the git way to deal with dependencies. I believe is better than use something like cocoapods.
To install, just clone the project, init and update the submodule running:
git submodule init
git submodule update
or
git submodule update --init
or
git clone --recursive https://github.com/lecocissoto/beers.git
- Add Unit Tests and UITests.
- Add Swift Package Manager to deal with dependencies.
- Extract the UIAlertController.
- Add pagination do list all the beers.
- Add to favorites feature.
