vcpkg/ports/libimobiledevice/vcpkg.json
xiaozhuai, Weihang Ding 16fc24d042
[libplist & libusbmuxd & libimobiledevice] Support build on macos & linux (#28022)
* [libplist & libusbmuxd & libimobiledevice] Support build on macos & linux

* update version database
2022-12-13 19:13:11 -08:00

20 lines
404 B
JSON

{
"name": "libimobiledevice",
"version": "1.3.17",
"port-version": 1,
"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",
{
"name": "vcpkg-cmake",
"host": true
}
]
}