docs(toast): add platforms

This commit is contained in:
Ibrahim Hadeed 2016-06-11 10:42:40 -04:00
parent cbfc7968ed
commit a3cfdea9da

View File

@ -57,7 +57,8 @@ export interface ToastOptions {
@Plugin({
plugin: 'cordova-plugin-x-toast',
pluginRef: 'plugins.toast',
repo: 'https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin'
repo: 'https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin',
platforms: ['Android', 'iOS', 'Windows Phone 8']
})
export class Toast {