<plugin name='phonenumbers' version='0.11' grailsVersion='2.0 &gt; *'>
  <type>ca.redtoad.phonenumber.PhonenumbersGrailsPlugin</type>
  <grailsVersion>2.0 &gt; *</grailsVersion>
  <authorEmail>ataylor@redtoad.ca</authorEmail>
  <license>APACHE</license>
  <issueManagement system='GITHUB' url='https://github.com/ataylor284/grails-phonenumbers/issues' />
  <author>Andrew Taylor</author>
  <documentation>https://github.com/ataylor284/grails-phonenumbers</documentation>
  <name>phonenumbers</name>
  <description>Adds support for using Google's libphonenumber library to validate phone numbers</description>
  <title>Grails Phonenumbers Plugin</title>
  <scm url='https://github.com/ataylor284/grails-phonenumbers' />
  <version />
  <resources>
    <resource>ca.redtoad.phonenumber.PhoneNumberService</resource>
    <resource>phonenumbers.Application</resource>
  </resources>
</plugin>