mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:59:00 +08:00
098d380a52
* update usbmuxd * update version Co-authored-by: Monica <v-liumonica@microsoft.com>
16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|
"name": "usbmuxd",
|
|
"version": "1.2.235",
|
|
"port-version": 3,
|
|
"description": "A socket daemon to multiplex connections from and to iOS devices",
|
|
"homepage": "http://www.libimobiledevice.org",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "windows & !arm64 & !static",
|
|
"dependencies": [
|
|
"libimobiledevice",
|
|
"libusb",
|
|
"libusb-win32",
|
|
"pthreads"
|
|
]
|
|
}
|