<?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.github.kusti8</groupId>
  <artifactId>izzati</artifactId>
  <version>1.2.0</version>
  <packaging>aar</packaging>
  <name>Izzati</name>
  <description>A simple, multi-language frontend to backend communication library</description>
  <url>https://github.com/kusti8/izzati</url>
  <licenses>
    <license>
      <name>GNU General Public License, Version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kusti8</id>
      <name>Gustav Hansen</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:kusti8/izzati.git</connection>
    <developerConnection>scm:git@github.com:kusti8/izzati.git</developerConnection>
    <url>https://github.com/kusti8/izzati</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>25.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.loopj.android</groupId>
      <artifactId>android-async-http</artifactId>
      <version>1.4.9</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
