-------
The following requirements should be met:
- Use Swift 3.0.
- The information (posts and post details) should be available offline. It's assumed that if it's the first time you are accessing the app, and you are offline, you shouldn't see anything.
- The code should be production grade.
- It should compile and run.
- Testing
This project uses Bundler and CocoaPods. All you need to setup it properly is:
bundle
bundle exec pod install
You can run the tests any time. All your need to do is:
bundle exec fastlane test
This demo project is highly inspired by the Thiago Lioy's Marvel App.
This project is licensed under the terms of the MIT license. See the LICENSE file.