feat(plugins): add platforms info

This commit is contained in:
Ibrahim Hadeed
2016-03-14 13:38:35 -04:00
parent 363be2feb7
commit 9826dfd026
13 changed files with 27 additions and 13 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ import {Plugin, Cordova} from './plugin'
@Plugin({
plugin: 'cordova-base64-to-gallery',
pluginRef: 'cordova',
repo: 'https://github.com/Nexxa/cordova-base64-to-gallery'
repo: 'https://github.com/Nexxa/cordova-base64-to-gallery',
platforms: ['Android' ,'iOS', 'Windows Phone 8']
})
export class Base64ToGallery {