vcpkg/ports/libphonenumber/vcpkg.json
MonicaLiu f3cb0fc72d
[libphonenumber] Update to 8.13.13 (#31730)
* update libphonenumber

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-31 11:41:28 -07:00

25 lines
519 B
JSON

{
"name": "libphonenumber",
"version": "8.13.13",
"description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.",
"license": "Apache-2.0",
"supports": "!linux & !osx",
"dependencies": [
"abseil",
"boost-date-time",
"boost-system",
"boost-thread",
"icu",
"protobuf",
"re2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}