mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
15 lines
268 B
Python
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"],
|
|
)
|