bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
322 stars 69 forks source link

Simplify lib naming #56

Closed jerrymarino closed 6 years ago

jerrymarino commented 6 years ago

This PR simplifies logic to determine names of libs. It liberally uses the PodName, which is required to be valid.

This addresses many issues and makes the interface between pods easier to reason about and explain.