A Swift app for Ohio Brew Week (http://ohiobrewweek.com) that runs on iOS 8 devices.
This app communicates with the OBW Express.js app (https://github.com/AthensWorks/OBWapp-API).
To get started:
- Make sure you have the latest non-beta version of Xcode (v6.4 when last checked).
- Clone this repo (I'd suggest the Mac GitHub client vs. using Xcode's built-in stuff)
- Install cocoapods gem (go to http://cocoapods.org if you need instructions on how to do this)
- Setup the necessary pods using the terminal by running
pod install
in theBrew Week
directory inside the cloned repo (there should be a Podfile in this directory) - Open the newly created Xcode workspace file called
Brew Week.xcworkspace
Enjoy!