mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:51:47 +08:00
21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"name": "usbmuxd",
|
|
"version-date": "2023-07-21",
|
|
"description": "A socket daemon to multiplex connections from and to iOS devices",
|
|
"homepage": "http://www.libimobiledevice.org",
|
|
"license": "LGPL-2.0-or-later",
|
|
"supports": "(!windows & !android & !ios) | mingw",
|
|
"dependencies": [
|
|
"dirent",
|
|
"getopt",
|
|
"libimobiledevice",
|
|
"libimobiledevice-glue",
|
|
"libusb",
|
|
"pthreads",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|