Casual without compromise
Grab the repo and install dependencies with Carthage:
> git clone https://github.com/tmm/vodka-soda-ios.git
> cd vodka-soda-ios
> brew update && brew install carthage
> carthage update --platform iosAdd environment variables to product scheme:
- In Xcode, go to
Product>Scheme>Manage Schemes... - Select
vodka-sodaand clickEdit... - Go to
Run>Arguments - Add your Client ID (
VODKA_SODA_CLIENT_IDas key), Client Secret (VODKA_SODA_CLIENT_SECRET), and Base Url (VODKA_SODA_BASE_URLas key) to the Environment Variables.