bazel-xcode / PodToBUILD

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

Preserve any . in the values uses for copts #126

Closed bolsinga closed 4 years ago

bolsinga commented 4 years ago

Basically do not assume there is only one ".". Take the item before the "." as the key, and the remainder of the string is the value.