Originally made for UC Berkeley's iOS Decal
For indecisive people. Tells you exactly what to eat.
- Displays food around current GPS location
- Provides basic business info and reviews
- Search radius setting
- Search term setting
- Yelp Fusion API (CocoaPod)
Make sure you have CocoaPods installed. For reference: Walkthrough From StackOverflow
sudo gem install cocoapods
pod setup --verbose
Then navigate to the XCode project root directory (where .xcodeproj file resides), and setup CocoaPods.
pod install
Open the .xcworkspace file in XCode and run.
When adding/removing pods, you need to do the following. For reference: Walkthrough from StackOverflow
sudo gem install cocoapods-deintegrate
sudo gem install cocoapods-clean
pod deintegrate
pod clean
pod install