vcpkg/ports/libimobiledevice/vcpkg.json
reito 3321a8386f
[libimobiledevice] add usage (#29088)
* add usage to libimobiledevice

* update usage
2023-01-23 16:12:31 -08:00

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
}
]
}