mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "libimobiledevice-glue",
|
|
"version-date": "2023-05-13",
|
|
"description": "Library with common code used by the libraries and tools around the libimobiledevice project.",
|
|
"homepage": "https://libimobiledevice.org/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
"libplist",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|