Skip to content

Instantly share code, notes, and snippets.

View mikelikespie's full-sized avatar

Mike Lewis mikelikespie

  • Anthropic
  • San Francisco
View GitHub Profile
@mikelikespie
mikelikespie / BUILD.RxSwift
Created October 4, 2016 20:30
RxSwift buiild file
objc_library(
name = "RxSwift",
srcs = glob([
"RxSwift/**/*.swift",
]),
clang_module_name = "RxSwift",
enable_modules = True,
visibility = ["//visibility:public"],
)