I have a repo that I download via cocoa pods. This repo includes .podspec file which include s.dependency 'glm', '~> 0.9.4.6'
line.
as I understood it will download it from here: https://github.com/g-truc/glm
I forked glm and now I want to use s.dependency
that is connected to forked repo of glm. How can I specify it in podspec file to point that I need to download forked glm sources?