mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:49:00 +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
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"name": "libideviceactivation",
|
|
"version": "1.3.17",
|
|
"description": "A library to handle the activation process of iOS devices",
|
|
"dependencies": [
|
|
"curl",
|
|
"libimobiledevice",
|
|
"libplist",
|
|
"libxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|