This is a simple app that allows user to login to their Github account and then displays their profile along with a list of their repositories. Users are also able to look at individual open issues that are a part of the repository and make changes to these existing issues. Additionally users can also create new issues.
This app uses the OAuth2 framework for authentication purposes.
Additionlly, Alamofire is used for all networking tasks.
Cocoapods is used for dependency management