Krisiacik / ImageViewer

An image viewer à la Twitter
MIT License
2.54k stars 387 forks source link

`pod update` in order to use v5.0 #161

Closed dispatchswift closed 5 years ago

dispatchswift commented 7 years ago

Upon initial installation, v4.0 is installed. Just wanted to point this out, not sure if the default should be v5.0.

Also, specifying the Pod version like so...

pod 'ImageViewer', '>= 5.0'

and running pod install lead to this error:

None of your spec sources contain a spec satisfying the dependency: 'ImageViewer (>= 5.0)'.

joeljfischer commented 7 years ago

I'm guessing you needed to update your repo with pod repo update