docs(smartlook): add iOS platform (#3196)

This commit is contained in:
Pavel Kroh 2019-10-08 12:12:33 +02:00 committed by Daniel Sogl
parent cb4d5b5064
commit fb540f7774

View File

@ -92,7 +92,7 @@ export class SmartlookGlobalEventPropertyKey {
plugin: 'https://github.com/smartlook/cordova-smartlook.git', plugin: 'https://github.com/smartlook/cordova-smartlook.git',
pluginRef: 'cordova.plugins.SmartlookPlugin', pluginRef: 'cordova.plugins.SmartlookPlugin',
repo: 'https://github.com/smartlook/cordova-smartlook.git', repo: 'https://github.com/smartlook/cordova-smartlook.git',
platforms: ['Android'] platforms: ['Android', 'iOS']
}) })
@Injectable() @Injectable()
export class Smartlook extends IonicNativePlugin { export class Smartlook extends IonicNativePlugin {