Kann Alamofire 4.0 nicht mit CocoaPods in Xcode 8.0 installieren

Ich muss ein Projekt auf Swift 3.0 aktualisieren, das einige Bibliotheken von Cocodpods enthält. Also habe ich alle Links zu Cocoapods entfernt und die Pod-Datei mit pod init neu erstellt und eine Version der Bibliothek wie AlamorFire aktualisiert.
Aber Pod installieren sagte

[!] Unable to satisfy the following requirements:

- `Alamofire (~> 4.0)` required by `Podfile`

None of your spec sources contain a spec satisfying the dependency: `Alamofire (~> 4.0)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.

Ich habe das Bereitstellungsziel auf 9.0 aktualisiert und cocoapod 1.1.0 verwendet.
Zum Test habe ich ein neues Projekt erstellt und nur Alamofire hinzugefügt, aber das Ergebnis ist dasselbe. Wenn Sie Erfahrung haben, helfen Sie mir bitte.