vcpkg/ports/libphonenumber/vcpkg.json
Jia Yue Hua a552b81342
[libphonenumber] update to 8.13.23 (#34621)
* [libphonenumber] update to 8.13.23

* [libphonenumber] update to 8.13.23
2023-10-20 09:39:22 -07:00

24 lines
488 B
JSON

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