The application is made using Marvel API, for explain the use of Clean Architecture and MVP in Objective-C.
- Xcode 9.2
To run the application using real data obtained from the Marvel API create a marvel.pch
file inside the project directory and add your public and private key there as follows:
#define MARVEL_PUBLIC_API_KEY YOUR_PUBLIC_API_KEY
#define MARVEL_PRIVATE_API_KEY YOUR_PRIVATE_API_KEY