- Install Xcode from the Mac App store
- Install CocoaPods:
(sudo) gem install cocoapods
- Clone the GitHub-project to your computer
- Open a Terminal-window and navigate to the project-folder
- Execute
cd iOS
and thenpod install
- Open the
Hydra.xcworkspace
file in Xcode - Enjoy coding!