Skip to content

Group project for sharing grocery items within friend groups

Notifications You must be signed in to change notification settings

pinghaoluo/groSCery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

GroSCery

Fall 2018 CS 201 Project

Contributers:

Set up

Clone Project

HTTPS:
git clone https://github.com/kosswald/grocery-list-iOS.git

SSH:
git clone git@github.com:kosswald/grocery-list-iOS.git

Install CocoaPods

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

Install Pods

All the Pods are store in the "Podfile". To install enter the following command

pod install

Add Pod

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

About

Group project for sharing grocery items within friend groups

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published