2019-08-27 00:44:36 +04:00

13 lines
322 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "DirectionalPanGesture",
srcs = glob([
"Sources/**/*.swift",
]),
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
],
)