mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +08:00
50fcd633dd
* [libimobiledevice/libideviceactivation/libzen] update to latest version * update version * update vcpkg.json format * update version * fix export target * update version * update version * revert port libzen * update version * handle libzen conflict files * delete vcpkg_cmake_config_fixup * update version
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "libimobiledevice",
|
|
"version": "1.3.17",
|
|
"description": "A cross-platform protocol library to communicate with iOS devices",
|
|
"homepage": "http://www.libimobiledevice.org",
|
|
"dependencies": [
|
|
"dirent",
|
|
"getopt",
|
|
"libplist",
|
|
"libusbmuxd",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|