docs(plugins): update platforms supported

This commit is contained in:
Ibrahim Hadeed
2016-03-25 18:05:13 -04:00
parent dffdc1a94d
commit c9773ad7a5
4 changed files with 17 additions and 18 deletions
+2 -2
View File
@@ -3,7 +3,6 @@ import {Plugin, Cordova} from './plugin'
/**
* @name Hotspot
* @description
* @platforms Android
* @usage
* ```js
* import {Hotspot} from 'ionic-native';
@@ -15,7 +14,8 @@ import {Plugin, Cordova} from './plugin'
@Plugin({
plugin: 'cordova-plugin-hotspot',
pluginRef: 'cordova.plugins.hotspot',
repo: 'https://github.com/hypery2k/cordova-hotspot-plugin'
repo: 'https://github.com/hypery2k/cordova-hotspot-plugin',
platforms: ['Android']
})
export class Hotspot {