I am using private pod. In its .podspec file I mentioned the image resources path.
s.resources = 'Pod/Assets/*/*/*.{png}'
But while installing it to another project its images are not added to that project? In-fact while pushing the private pod to github I am not seeing any image resources to push in my sourcetree. Looks like git is avoiding them. But if i am putting them directly in
Pod/Assets
Then I am able to push images on github also. So does anyone know what is happening here?