calm / KenBurns

A little Swift utility that performs the Ken Burns effect on an image
http://calm.com/jobs
MIT License
31 stars 18 forks source link

I can't install cocoapod because of warning? #16

Open JayceBryce opened 5 years ago

JayceBryce commented 5 years ago

Hello @tsheaff,

I am trying to install this cocoa pod to my project but I can't and keep getting this warning on my terminal. Could you please help out? Thank you!

[!] The version of CocoaPods used to generate the lockfile (1.6.1) is higher than the version of the current executable (1.5.3). Incompatibility issues may arise. [!] CocoaPods could not find compatible versions for pod "SDWebImage": In snapshot (Podfile.lock): SDWebImage (= 4.4.6, ~> 4.0)

In Podfile: KenBurns was resolved to 0.2.7, which depends on SDWebImage (~> 3.8.1)

SDWebImage (~> 4.0)

(How can I update the SDWebimage pod in KenBurns to whatever version I want?)

JayceBryce commented 5 years ago

@tsheaff Just following up with this. Thank you!

tsheaff commented 5 years ago

@JayceBryce you can submit a pull request which fixes this issue. Simply change the Podfile definition and submit the PR. Tag me in that and I'll approve. Thanks