Instructions to Run this source code
- Clone the app in a mac with xcode and cocoapods installed
- Cocoapods can be installed via terminal using "sudo gem install cocoapods"
- In terminal, navigate to the project's root folder
- There will be a Podfile available in the root folder
- Run "pod install" in terminal
- Open the workspace file in the root folder "open App.xcworkspace"
- Xcode opens up and click play button to Run the application.