2024-05-08 22:43:27 +04:00

15 lines
268 B
Python

load("@build_bazel_rules_swift//swift:swift.bzl",
"swift_library",
)
swift_library(
name = "LottieSwift",
module_name = "LottieSwift",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
],
visibility = ["//visibility:public"],
)