<plugin name='pushover' version='1.0.2' grailsVersion='3.0.0 &gt; *'>
  <type>pushover.PushoverGrailsPlugin</type>
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <authorEmail>frnktrgr@gmail.com</authorEmail>
  <license>APACHE</license>
  <issueManagement system='GITHUB' url='https://github.com/frnktrgr/grails-pushover/issues' />
  <author>Frank Tröger</author>
  <documentation>https://github.com/frnktrgr/grails-pushover</documentation>
  <profiles>[web]</profiles>
  <name>pushover</name>
  <description>Provides easy access to Pushover API</description>
  <title>Pushover</title>
  <scm url='https://github.com/frnktrgr/grails-pushover' />
  <version />
  <resources>
    <resource>pushover.Application</resource>
    <resource>pushover.BootStrap</resource>
    <resource>grails.plugin.pushover.PushoverService</resource>
  </resources>
</plugin>