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.
121 """Returns true if a given rule is relevant when generating a podspec."""
137 """Converts the label of bazel rule to the name of podspec."""
145 """Writes a podspec from given rules and args."""
168 """Writes podspec from rule map recursively."""
184 """Writes podspec from given rule."""
216 """Generates a podspec file from all BUILD files under absl directory."""
224 description="Generates abseil.podspec from BUILD.bazel")
226 "-v", "--version", help="The version of podspec", required=True)
235 default="abseil.podspec",
236 help="The name of output file (default: abseil.podspec)")