vcpkg/ports/libphonenumber/vcpkg.json
Mengna Li c4b6dbf497
[libphonenumber] update to 8.13.7 (#30148)
* update to 8.13.7

* update
2023-03-13 11:35:01 -07:00

25 lines
518 B
JSON

{
"name": "libphonenumber",
"version": "8.13.7",
"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
}
]
}