Merge pull request #59252 from lilyball/cocoapods-beta

cocoapods-beta: init at 1.7.0.beta.3
This commit is contained in:
Alyssa Ross
2019-04-17 08:50:15 +00:00
committed by GitHub
10 changed files with 417 additions and 28 deletions

View File

@@ -12,8 +12,9 @@
{
# use the name of the name in question; its version will be picked up from the gemset
pname
# gemdir is the location of the Gemfile{,.lock} and gemset.nix; usually ./.
, gemdir
# Gemdir is the location of the Gemfile{,.lock} and gemset.nix; usually ./.
# This is required unless gemfile, lockfile, and gemset are all provided
, gemdir ? null
# Exes is the list of executables provided by the gems in the Gemfile
, exes ? []
# Scripts are ruby programs depend on gems in the Gemfile (e.g. scripts/rails)