docs(): add platforms tag

This commit is contained in:
Ibby Hadeed
2017-03-28 08:54:40 -04:00
parent 8262219d05
commit d3d8f8264c
3 changed files with 6 additions and 3 deletions
@@ -20,7 +20,8 @@ import { Plugin, Cordova } from '@ionic-native/core';
pluginName: 'PhotoViewer',
plugin: 'com-sarriaroman-photoviewer',
pluginRef: 'PhotoViewer',
repo: 'https://github.com/sarriaroman/photoviewer'
repo: 'https://github.com/sarriaroman/photoviewer',
platforms: ['Android', 'iOS']
})
@Injectable()
export class PhotoViewer {