cocoapods-dependencies
cocoapods-dependencies copied to clipboard
add --yaml to output a yaml file
Hi, Can you have a look at this MR?
Is there any reason you can't use the existing Podfile.lock DEPENDENCIES
section?
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.