Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 439 Bytes

iOS- Books API

Description

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.

How to Build

  1. 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