Why not push a podspec to trunk?
SunZhiC opened this issue · 0 comments
SunZhiC commented
In my podspec, add this pod,
s.dependency 'BigNumber', :git => 'https://github.com/mkrd/Swift-Big-Integer.git'
it said that I cant do this way.
Podspecs cannot specify the source of dependencies. The `:git` option is not supported. `:git` can be used in the Podfile instead to override global dependencies
So, could you push your pod to trunk, then we can search this pod when pod search
, and add this pod as a dependency in podsepc.