It is a demo application that retrieves different kind of books and show them in a list. Also you can navigate to the detail of each one, and you can aply filters to the list.
- The app is using Carthage as dependency manager so you will need to run at the root directory of your project:
$ carthage update --platform iOS
Alamofire - HTTP networking library for API calls