Skip to content

Instantly share code, notes, and snippets.

@boyvanamstel
Created May 29, 2013 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boyvanamstel/5670699 to your computer and use it in GitHub Desktop.
Save boyvanamstel/5670699 to your computer and use it in GitHub Desktop.
Select Tools -> Build System -> New Build System... from the Sublime Text 2 menu. Paste the 4 lines below in your new build script, save and select it from the menu. Press cmd + b (OS X) to automatically install the pods after you've edited your Podfile.
{
"cmd": ["pod", "install"],
"selector": "Podfile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment