Skip to content

rsamai/FoodHunter

 
 

Repository files navigation

FoodHunter

Build Status

Finding Food For Friendly Famished Fellows

Development Install

Prerequisite

CocoaPods is required. This project uses Alamofire, a swift networking library, and this dependency is managed through CocoaPods.
To install CocoaPods (from project root directory):

sudo gem install cocoapods
pod setup
pod install

Note: pod setup may take a long time to complete.
Another option is to run: git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master from your home directory and then run pod setup from the project root directory.

Updating Your Git Branch

Add a remote branch to your local Git repository (Only need to do this once)

git remote add upstream git@github.com:CalPolyAppDevClub/FoodHunter.git

Then pull from upstream and update your fork so you have the latest version!

git pull upstream master
git push origin master # this will update your fork of the repo

About

Finding Food For Friendly Famished Fellows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.0%
  • Ruby 2.0%