Skip to content

Instantly share code, notes, and snippets.

@islandjoe
Created June 24, 2018 12:09
Show Gist options
  • Save islandjoe/073114f7fef2282ee3c5b90aa20df8d7 to your computer and use it in GitHub Desktop.
Save islandjoe/073114f7fef2282ee3c5b90aa20df8d7 to your computer and use it in GitHub Desktop.
Installing and using Cocoapods for Swift projects

Installing Cocoapods for the first time

$ sudo gem install cocoapods
$ pod setup --verbose

Using Cocoapods in projects

$ pod init
$ open -a Xcode Podfile
$ pod [install|update]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment