aboutsummaryrefslogtreecommitdiff
path: root/ports/libimobiledevice/vcpkg.json
blob: 48e63449b7d53019b56c0e3bbca3721bbc3fa778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
    }
  ]
}