$ pod install --no-update --no-doc --verbose --no-color
Resolving dependencies of `./Podfile'

Resolving dependencies for target `default' (iOS 6.0)
  - Reachability (from `Reachability.podspec')
    -> Fetching podspec for `Reachability' from: Reachability.podspec

Downloading dependencies

-> Installing Reachability (3.1.0)
  $ /usr/bin/git config core.bare
  true
 > Cloning git repo
   $ /usr/bin/git rev-list --max-count=1 v3.1.0
   f7176f4798d068d233dca5223ae4bd9c8059e830
   $ /usr/bin/git init
   Initialized empty Git repository in ROOT/tmp/install_spec_callbacks/Pods/Reachability/.git/
   $ /usr/bin/git remote add origin 'CACHES_DIR/Git/48f11286750afa2e2eb80564e288f42eed7cbab6'
   $ /usr/bin/git fetch origin tags/v3.1.0
   $ /usr/bin/git reset --hard FETCH_HEAD
   HEAD is now at f7176f4 updated podspec
   $ /usr/bin/git checkout -b activated-pod-commit

Generating support files
  - Running pre install hooks
  - Generating project
  - Installing targets
    - Generating xcconfig file at `./Pods/Pods.xcconfig'
    - Generating prefix header at `./Pods/Pods-prefix.pch'
    - Generating copy resources script at `./Pods/Pods-resources.sh'
  - Running post install hooks
  - Writing Xcode project file to `./Pods/Pods.xcodeproj'
  - Writing lockfile in `./Podfile.lock'

[!] From now on use `SampleApp.xcworkspace'.

Integrating `libPods.a' into target `SampleApp' of Xcode project `./SampleApp.xcodeproj'.

