aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libplist/vcpkg.json
blob: 35283a2df11cbf34dd8d6fd1986a95a3a603f35d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "libplist",
  "version": "2.7.0",
  "description": "A library to handle Apple Property List format in binary or XML",
  "homepage": "https://libimobiledevice.org/",
  "license": "LGPL-2.1-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "build command line tool",
      "supports": "!android & !ios & !xbox"
    }
  }
}