Skip to content

Fix dependency versions for pods #456

@Ricowere

Description

@Ricowere

s.dependency 'SDWebImage/Core'
s.dependency 'SDWebImage/GIF'
s.dependency 'SDWebImage/WebP'

Guys I'd say is insanely unsafe to not fix a version for the pod dependencies. With the new SDWebImage update you will need to update this dependency declaration because they removed those subspecs.

I propose;

  • You strictly force the dependency version pod 'SDWebImage/GIF', '4.4.6' for instance.
  • You weakly force the dependency version pod 'SDWebImage/GIF', '~> 4' OR pod 'SDWebImage/GIF', '~> 4.4' for instance.
  • If you don't want to force dependency versions, I'm afraid you will need to update the package.

Hope it helps!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions