2019-08-26 04:28:26 +04:00

14 lines
386 B
Python

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