mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"name": "ideviceinstaller",
|
|
"version-date": "2023-07-21",
|
|
"description": "Manage apps of iOS devices",
|
|
"homepage": "https://libimobiledevice.org/",
|
|
"license": "LGPL-2.0-or-later",
|
|
"supports": "!uwp & !android & !ios & !xbox",
|
|
"dependencies": [
|
|
"dirent",
|
|
"getopt",
|
|
"libimobiledevice",
|
|
"libzip",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|