$ pod install --no-repo-update --no-doc --verbose --no-color 2>&1
Analyzing dependencies

Fetching external sources
-> Fetching podspec for `Reachability` from `Reachability.podspec`

Resolving dependencies of `Podfile`
Resolving dependencies for target `Pods' (iOS 6.0)
  - Reachability (from `Reachability.podspec`)

Comparing resolved specification to the sandbox manifest
  A Reachability

Downloading dependencies

-> Installing Reachability (3.1.0)
 > GitHub download
   $ /usr/bin/git config core.bare
   true
   $ /usr/bin/git config core.bare
   true
 > Updating cache git repo (CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6)
     $ /usr/bin/git remote update
     Fetching origin
   $ /usr/bin/git init
   Initialized empty Git repository in ROOT/tmp/install_podspec/Pods/Reachability/.git/
   $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
   $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
   From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
    * tag               v3.1.0     -> FETCH_HEAD
   $ /usr/bin/git reset --hard FETCH_HEAD
   HEAD is now at f7176f4 updated podspec
   $ /usr/bin/git checkout -b activated-pod-commit 2>&1
   Switched to a new branch 'activated-pod-commit'
  - Running pre install hooks

Generating Pods project
  - Creating Pods project
  - Adding source files to Pods project
  - Adding resources to Pods project
  - Linking headers
  - Installing libraries
    - Installing target `Pods` iOS 6.0
      - Adding Build files
      - Generating xcconfig file at `Pods/Pods.xcconfig`
      - Generating target environment header at `Pods/Pods-environment.h`
      - Generating prefix header at `Pods/Pods-prefix.pch`
      - Generating copy resources script at `Pods/Pods-resources.sh`
      - Generating acknowledgements at `Pods/Pods-acknowledgements.plist`
      - Generating acknowledgements at `Pods/Pods-acknowledgements.markdown`
      - Generating dummy source file at `Pods/Pods-dummy.m`
    - Installing target `Pods-Reachability` iOS 6.0
      - Adding Build files
      - Generating xcconfig file at `Pods/Pods-Reachability.xcconfig`
      - Generating target environment header at `Pods/Pods-Reachability-environment.h`
      - Generating prefix header at `Pods/Pods-Reachability-prefix.pch`
      - Generating copy resources script at `Pods/Pods-Reachability-resources.sh`
      - Generating acknowledgements at `Pods/Pods-Reachability-acknowledgements.plist`
      - Generating acknowledgements at `Pods/Pods-Reachability-acknowledgements.markdown`
      - Generating dummy source file at `Pods/Pods-Reachability-dummy.m`
  - Running post install hooks
  - Writing Xcode project file to `Pods/Pods.xcodeproj`
  - Writing Lockfile in `Podfile.lock`
  - Writing Manifest in `Pods/Manifest.lock`

Integrating client project

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

Integrating library `Pods-Reachability` into target Pods of project `SampleApp.xcodeproj`.
