Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 274 Bytes

SETUP.md

File metadata and controls

17 lines (12 loc) · 274 Bytes

iOS Setup

You'll need to install Cocoapods if you haven't already. You can do that by running:

sudo gem install cocoapods -v 1.5.3

That version is fairly important.

Then install the depenedencies with:

cd ./ios;
pod install;