CocoaPods manages dependency for Xcode Cocoa projects.
pod (opens new window)
gem install cocoapods --user-install
put pod command in PATH, in .bashrc, .zshrc or the like:
pod
PATH
.bashrc
.zshrc
export PATH=$GEM_HOME/ruby/2.3.0/bin:$PATH
Podfile (opens new window)
pod install
← spring week 4 - 03/01 Swift →