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.
120 """Returns true if a given rule is relevant when generating a podspec."""
136 """Converts the label of bazel rule to the name of podspec."""
144 """Writes a podspec from given rules and args."""
167 """Writes podspec from rule map recursively."""
183 """Writes podspec from given rule."""
215 """Generates a podspec file from all BUILD files under absl directory."""
223 description="Generates abseil.podspec from BUILD.bazel")
225 "-v", "--version", help="The version of podspec", required=True)
234 default="abseil.podspec",
235 help="The name of output file (default: abseil.podspec)")