cocoapods-dependencies icon indicating copy to clipboard operation
cocoapods-dependencies copied to clipboard

add --yaml to output a yaml file

Open isfang opened this issue 5 years ago • 2 comments

Hi, Can you have a look at this MR?

isfang avatar Jun 03 '19 06:06 isfang

Is there any reason you can't use the existing Podfile.lock DEPENDENCIES section?

segiddins avatar Jun 07 '19 14:06 segiddins

On our APP CI platform, we have a whitelist of tripartite libraries. Before we do 'pod repo push', we will first check the dependencies of each podspec. If there are tripartite libraries not in the whitelist, we will not do 'pod repo push' and stop the CI build, just for podspec, not Podfile so I can't use Podfile.lock. In addition, we are working on podspec when building our component publishing system.

isfang avatar Jun 10 '19 02:06 isfang