Skip to content

Instantly share code, notes, and snippets.

@mazen-kasser
mazen-kasser / post-checkout.sh
Created December 11, 2019 21:09 — forked from kylef/post-checkout.sh
Git post-checkout hook to install CocoaPods
#!/bin/bash
#
### CocoaPods git-checkout hook
#
# This is a hook which you can install, it will automatically
# run `pod install` when you do a git pull/clone/checkout.
#
# The hook can be used to make CocoaPods usable with Xcode CI.
#
## Installation