aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ideviceinstaller/vcpkg.json
blob: 0f4071af11ef9ed65a90b62369d664c19eb4c233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ideviceinstaller",
  "version-date": "2023-07-21",
  "description": "Manage apps of iOS devices",
  "homepage": "https://libimobiledevice.org/",
  "license": "LGPL-2.0-or-later",
  "supports": "!uwp & !android & !ios & !xbox",
  "dependencies": [
    "dirent",
    "getopt",
    "libimobiledevice",
    "libzip",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}