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

Fetching external sources
-> Pre-downloading: `PodTest` from `PodTest-hg-source`
 > Mercurial download
   $ /usr/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
   updating to branch default
   5 files updated, 0 files merged, 0 files removed, 0 files unresolved
-> Pre-downloading: `PodTest` from `PodTest-hg-source`
 > Mercurial download
   $ /usr/local/bin/hg clone "PodTest-hg-source" "ROOT/tmp/install_subspecs/Pods/PodTest"
   updating to branch default
   5 files updated, 0 files merged, 0 files removed, 0 files unresolved

Resolving dependencies of `Podfile`
Resolving dependencies for target `Pods' (iOS 6.1)
Resolving dependencies for target `iOS App' (iOS 4.3)
  - PodTest/subspec_1 (from `PodTest-hg-source`)
Resolving dependencies for target `OS X App' (OS X 10.6)
  - PodTest/subspec_2 (from `PodTest-hg-source`)

Comparing resolved specification to the sandbox manifest
  A PodTest

Downloading dependencies

-> Installing PodTest (1.0)
  - Running pre install hooks

Generating Pods project
  - Creating Pods project

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

### Report

* What did you do?

* What did you expect to happen?

* What happened instead?


### Stack

```
   CocoaPods : 0.19.1
        Ruby : ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0]
    RubyGems : 2.0.3
        Host : Mac OS X 10.8.3 (12D78)
       Xcode : 4.6.2 (4H1003)
Ruby lib dir : /Users/fabio/.rbenv/versions/2.0.0-p0/lib
Repositories : master - git@github.com:CocoaPods/Specs.git @ d42c2e09cf5754edcba639da4d6c3f320535d501
               test -  @ fatal: Not a git repository (or any of the parent directories): .git
```

### Podfile

```ruby
target 'iOS App' do
  platform :ios
  pod "PodTest/subspec_1", :hg => "PodTest-hg-source"
end

target 'OS X App' do
  platform :osx
  pod "PodTest/subspec_2", :hg => "PodTest-hg-source"
end
```

### Error

```
NoMethodError - undefined method `name' for nil:NilClass
ROOT/lib/cocoapods/installer.rb:290:in `block (2 levels) in prepare_pods_project'
ROOT/lib/cocoapods/installer.rb:290:in `select'
ROOT/lib/cocoapods/installer.rb:290:in `block in prepare_pods_project'
ROOT/lib/cocoapods/user_interface.rb:113:in `message'
ROOT/lib/cocoapods/installer.rb:283:in `prepare_pods_project'
ROOT/lib/cocoapods/installer.rb:109:in `block in generate_pods_project'
ROOT/lib/cocoapods/user_interface.rb:52:in `section'
ROOT/lib/cocoapods/installer.rb:108:in `generate_pods_project'
ROOT/lib/cocoapods/installer.rb:86:in `install!'
ROOT/lib/cocoapods/command/project.rb:40:in `run_install_with_update'
ROOT/lib/cocoapods/command/project.rb:70:in `run'
/Users/fabio/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/claide-0.2.0/lib/claide.rb:535:in `run'
ROOT/lib/cocoapods/command.rb:48:in `run'
ROOT/bin/pod:16:in `<main>'
```

――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

[!] Oh no, an error occurred.

Search for existing github issues similar to yours:
https://github.com/CocoaPods/CocoaPods/issues/search?q=undefined+method+%60name%27+for+nil%3ANilClass

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Don't forget to anonymize any private data!

