janselv/fave-button

Cant install using: pod 'FaveButton', '~> 2.0.0'

kiwo12345 opened this issue · 1 comments

When I add pod 'FaveButton', '~> 2.0.0' and run pod install I get:

[!] Unable to satisfy the following requirements:

- `FaveButton (~> 2.0.0)` required by `Podfile`

None of your spec sources contain a spec satisfying the dependency: `FaveButton (~> 2.0.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.

"Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default."
What I forced a repo update with the pod install using 'pod install --update-repo'