mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:39:06 +08:00
3321a8386f
* add usage to libimobiledevice * update usage
21 lines
419 B
JSON
21 lines
419 B
JSON
{
|
|
"name": "libimobiledevice",
|
|
"version": "1.3.17",
|
|
"port-version": 2,
|
|
"description": "A cross-platform protocol library to communicate with iOS devices",
|
|
"homepage": "http://www.libimobiledevice.org",
|
|
"license": "LGPL-2.1-only",
|
|
"dependencies": [
|
|
"dirent",
|
|
"getopt",
|
|
"libplist",
|
|
"libusbmuxd",
|
|
"openssl",
|
|
"pkgconf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|