package(
    default_visibility = ["//tensorflow_lite_support:users"],
    licenses = ["notice"],  # Apache 2.0
)

objc_library(
    name = "TFLStringUtil",
    srcs = [
        "Sources/TFLStringUtil.mm",
    ],
    hdrs = [
        "Sources/TFLStringUtil.h",
    ],
    module_name = "TFLStringUtil",
)
