PodToBUILD icon indicating copy to clipboard operation
PodToBUILD copied to clipboard

An easy way to integrate CocoaPods into Bazel

Results 82 PodToBUILD issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of this project. #### Changes included in this PR - Changes to the following...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

We should try to remove existing link if exists. In other case ln will create link inside existing directory

Since `apple_static_framework_import` supports only one framework per target https://github.com/bazelbuild/rules_apple/blob/master/apple/internal/apple_framework_import.bzl#L135

For example `PhoneNumberKit` contains `"source_files": "PhoneNumberKit/UI/"` that will transformed to `"PhoneNumberKit/UI//**/*.h"`

Hi, I am trying to use the `new_pod_repository` with the tag in the pods URL as below ``` new_pod_repository( name = "SDWebImage", url = "https://github.com/SDWebImage/SDWebImage/archive/refs/tags/5.12.3.zip", generate_header_map = 1 ) ```...

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...