Swift-BigInt icon indicating copy to clipboard operation
Swift-BigInt copied to clipboard

Why not push a podspec to trunk?

Open SunZhiC opened this issue 3 years ago • 0 comments

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.

SunZhiC avatar May 25 '22 13:05 SunZhiC