Lines Matching full:podspec
3 """This script generates abseil.podspec from all BUILD.bazel files.
7 dump its build rules in XML format. From these rules, it constructs podspec
18 # Template of root podspec.
21 # Please make modifications to `abseil.podspec.gen.py` instead.
112 """Returns true if a given rule is relevant when generating a podspec."""
128 """Converts the label of bazel rule to the name of podspec."""
136 """Writes a podspec from given rules and args."""
159 """Writes podspec from rule map recursively."""
175 """Writes podspec from given rule."""
201 """Generates a podspec file from all BUILD files under absl directory."""
209 description="Generates abseil.podspec from BUILD.bazel")
211 "-v", "--version", help="The version of podspec", required=True)
220 default="abseil.podspec",
221 help="The name of output file (default: abseil.podspec)")