<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.percolate</groupId>
  <artifactId>foam</artifactId>
  <version>0.9.4</version>
  <packaging>aar</packaging>
  <name>Android Foam Library</name>
  <description>Android crash reporting, event tracking, and log managment library</description>
  <url>https://github.com/percolate/foam</url>
  <licenses>
    <license>
      <name>BSD 3 License</name>
      <url>https://raw.githubusercontent.com/percolate/foam/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>brentwatson</id>
      <name>Brent Watson</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:percolate/foam.git</connection>
    <developerConnection>scm:git@github.com:percolate/foam.git</developerConnection>
    <url>https://github.com/percolate/foam</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>22.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>multidex</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit</groupId>
      <artifactId>retrofit</artifactId>
      <version>1.9.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
