HTTPS:
git clone https://github.com/kosswald/grocery-list-iOS.git
SSH:
git clone git@github.com:kosswald/grocery-list-iOS.git
CocoaPods is not neccessary to build the project but is needed to add pods yourself. To install CocoaPods:
sudo gem install cocoapods
You can search for pods at the Cocoapods official site
All the Pods are store in the "Podfile". To install enter the following command
pod install
Open "Podfile"
Under "# Pods for groSCery" add a new line and write "pod [Pod Name]"
# Pods for groSCery
pod '[Pod Name]'
Then run pod install
to add it to the project