<?xml version="1.0"?>
<extension key="aws" type="module">
  <file>aws</file>
  <name>CiviCRM AWS Integration</name>
  <description>Aims to integrate (some) AWS services (Simple Email Service and Simple Notifications Servcies for now) with CiviCRM.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>Andrei Mondoc</author>
    <email>andreimondoc@gmail.com</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://github.com/mecachisenros/civicrm-aws</url>
    <url desc="Support">https://github.com/mecachisenros/civicrm-aws/issues</url>
    <url desc="Documentation">https://github.com/mecachisenros/civicrm-aws</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>2019-09-04</releaseDate>
  <version>1.0</version>
  <develStage>alpha</develStage>
  <compatibility>
    <ver>5.8</ver>
  </compatibility>
  <comments>This is a new, undeveloped module</comments>
  <civix>
    <namespace>CRM/Aws</namespace>
  </civix>
  <classloader>
    <psr4 prefix="Civi\" path="Civi" />
  </classloader>
</extension>
