{
  "name": "cordova-plugin-apple-watch-link",
  "version": "1.0.9",
  "author": "Nick Redding",
  "description": "Cordova Plugin for the Apple Watch (WatchKit) to allow communication between a Cordova app and an Apple WatchKit Extension (and vice versa).",
  "cordova": {
    "id": "cordova-plugin-apple-watch-link",
    "platforms": [
      "ios"
    ] 
  },
  "repository": "github:nickredding/cordova-plugin-apple-watch-link",
  "engines": [
    {
      "name": "cordova",
      "version": ">=10.0.0"
    },
    {
      "name": "apple-ios",
      "version": ">=14.0.0"
    },
    {
      "name": "cordova-ios",
      "version": ">=6.1.0"
    },
    {
      "name": "apple-xcode",
      "version": ">=12.0.0"
    }
  ],
  "keywords": [
    "cordova",
    "apple",
    "watch",
    "watchkit",
    "message",
    "extension",
    "notification",
    "ecosystem:cordova",
    "cordova-ios"
  ],
  "license": "Apache-2.0",
  "bugs": "https://github.com/nickredding/cordova-plugin-apple-watch-link/issues",
  "homepage": "https://github.com/nickredding/cordova-plugin-apple-watch-link#readme"
}
