AnderGoig / SwiftInstagram

Instagram API client written in Swift
https://git.io/vdNAn
MIT License
580 stars 79 forks source link

pod 'SwiftInstagram', '~> 1.1.0' not working #24

Closed ryandailey100 closed 6 years ago

ryandailey100 commented 6 years ago

When I run a pod install, I get the following error:

[!] Unable to satisfy the following requirements:

None of your spec sources contain a spec satisfying the dependency: SwiftInstagram (~> 1.1.0).

You have either:

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

PS: I have many other pods that were successfully able to install, this is the only one that I am having trouble with.

AnderGoig commented 6 years ago

Have you tried with pod install --repo-update?

ryandailey100 commented 6 years ago

Perfect that did the trick, thanks! 👍