Would it be possible to use this approach to specify non-public dependancies in a .podspec file? Currently you cannot do this:
s.dependency 'MyComponent', :git => "git@private.repo/mycomponent.git"
Could you specify another pods repo to look for 'MyComponent' outside of the normal cocoapods master spec repo?
Would it be possible to use this approach to specify non-public dependancies in a .podspec file? Currently you cannot do this:
s.dependency 'MyComponent', :git => "git@private.repo/mycomponent.git"
Could you specify another pods repo to look for 'MyComponent' outside of the normal cocoapods master spec repo?