cordova-plugin-watch-connectivity
Version:
Allows communication to Apple Watch devices through the WatchOS 2+ Watch Connectivity Framework
44 lines (43 loc) • 884 B
JSON
{
"name": "cordova-plugin-watch-connectivity",
"version": "1.0.0",
"description": "Allows communication to Apple Watch devices through the WatchOS 2+ Watch Connectivity Framework",
"author": "Steven Gresh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/stvngrsh/cordova-plugin-watch-connectivity"
},
"bugs": {
"url": "https://github.com/stvngrsh/cordova-plugin-watch-connectivity/issues"
},
"keywords": [
"watch",
"apple",
"cordova",
"ecosystem:cordova"
],
"engines": [
{
"name": "cordova",
"version": ">=6.0"
},
{
"name": "apple-ios",
"version": ">=9.0.0"
}
],
"cordova": {
"id": "cordova-plugin-watch-connectivity",
"platforms": [
"ios"
]
},
"files": [
"LICENSE",
"README.md",
"www",
"src",
"plugin.xml"
]
}