An iOS application for iPhone users which will list the user repositories and its open issues of a given user's public repository.
- Download the code from the GitHub.
- Install Cocoa pods if it is not installed on your machine (sudo gem install cocoapods)
- Open terminal in the folder of the project where you find Podfile and run the command "pod install" which will download the necessary libraries.
- Open xcode workspace file (with a .xcworkspace extension)
- Run the xcode with any of the iPhone simulator of your choice.