bazel-xcode / bazel-xcode/PodToBUILD

Example / support for custom pod spec repositories

Open
#205 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
330
Forks
68
PR merge metrics
No merged PRs in 30d

Description

Cocoapods supports “spec repo”s to share and or customize specs to many repos. Under cocoapods, a user may run pod install to find than it needs to be re-ran again with —repo-update to pull spec repos.

Support this feature to better support multi-repos: where it doesn’t make sense to put podspecs in a single repo. A spec repo might be expressed as an external workspace dependency that provides specs for a version. Then, the user can pin to a specific spec repo; Bazel will manage updating the spec repo without having to re-run pod install. This is distinct from a Bazel mod registry or repo; a spec repo provides pod specifications only

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.