Skip to content

Instantly share code, notes, and snippets.

@vikage
Created April 17, 2022 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikage/26fc6804597491cad761d17db7537f96 to your computer and use it in GitHub Desktop.
Save vikage/26fc6804597491cad761d17db7537f96 to your computer and use it in GitHub Desktop.
Alamofire BUILD
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
swift_library(
name = "Alamofire",
srcs = glob([
"Sources/Source/*.swift",
]),
module_name = "Alamofire",
visibility = ["//visibility:public"],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment