Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing PINRemoteImage to IGListKit pod subspecs to support image caching feature #2045

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MussaCharles
Copy link
Contributor

Currently when we opt to use IGListKit supported version of Texture we have to specify in Podfile like so: -
pod 'Texture/IGListKit' doing so will just install Texture/Core and IGListKit without PINRemoteImage unless we manually install it if we want to take advantage of image caching and other cool stuffs from PINRemoteImage.

However the behavior is different when installing Texture without IGListKit,If I specify pod 'Texture' and run pod install it automatically download PINRemoteImage without listing it manually in Podfile.

This PR makes 'Texture/IGListKit' behave the same way by automatically install PINRemoteImage without listing in manually in Podfile.

I have simply added PINRemoteImage as one of the dependencies of IGListKit in /Texture.podspec
ie: (igl.dependency 'Texture/PINRemoteImage')

@MussaCharles MussaCharles changed the title Add missing PINRemoteImage to IGListKit subspecs to make working with images as smooth as in Texture. Add missing PINRemoteImage to IGListKit pod subspecs to support image caching feature Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants