<plugin name='grails3CorsInterceptor' version='1.2.1' grailsVersion='3.1.4 &gt; *'>
  <type>grails3.cors.interceptor.Grails3CorsInterceptorGrailsPlugin</type>
  <grailsVersion>3.1.4 &gt; *</grailsVersion>
  <authorEmail>ichang@appcela.com</authorEmail>
  <license>MIT</license>
  <pluginExcludes>[grails-app/views/*.gsp]</pluginExcludes>
  <author>Ivan Chang</author>
  <documentation>http://grails.org/plugin/grails3-cors-interceptor</documentation>
  <organization name='Appcela' url='http://www.appcela.com/' />
  <profiles>[web]</profiles>
  <name>grails3-cors-interceptor</name>
  <description>Add Cross-Origin Resource Sharing (CORS) headers for Grails applications.
</description>
  <title>Grails3 CORS Interceptor</title>
  <version />
  <resources>
    <resource>grails3.cors.interceptor.CorsInterceptor</resource>
    <resource>grails3.cors.interceptor.Application</resource>
    <resource>grails3.cors.interceptor.CorsService</resource>
  </resources>
</plugin>