CI tested, usage examples of using CocoaPods with Bazel via PodToBUILD.
Note, that the installation of rules_pods is non-normal and setup for testing
conditions - see the README.md for more info.
Each example directory contains:
- a
BUILDfile. Under tests, Bazel builds the targets defined here - a
WORKSPACEfile. ( Generally empty ) - a
Makefile. Generally, a symlink to theExample.Makefilewhich is used for testing. It is expected thatmakewill do everything relevant to verify this example.