Skip to content

Instantly share code, notes, and snippets.

View postmechanical's full-sized avatar

Aaron London postmechanical

View GitHub Profile
#!/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