A simple iOS application that uses the Foursquare API to show nearby places of interest.
Follow these instructions at Foursquare Developers page to obtain a Client ID and a Client Secret. Then copy and paste these values into ServicesConstants.swift file.
-
Ruby 2.3.4: recommended to install it using Ruby Version Manager (RVM)
-
Xcode 9.2
gem install bundler
bundle install
bundle exec pod install --repo-update
You can now open the Foursquare Clone.xcworkspace
file and run.
After installing all dependencies you can run the tests by clicking Product > Test
or simply CMD + U
Step-by-step guide for building this app:
Part 1: Introduction and setup
Part 2: Location data and managing dependencies