aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libimobiledevice-glue/vcpkg.json
blob: 79b8ab580f32e8cc64af0240dafec3cb7f09a0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libimobiledevice-glue",
  "version-date": "2023-05-13",
  "description": "Library with common code used by the libraries and tools around the libimobiledevice project.",
  "homepage": "https://libimobiledevice.org/",
  "license": "LGPL-2.1-or-later",
  "dependencies": [
    "libplist",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}