<?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.controlwear</groupId>
  <artifactId>virtual-joystick-android</artifactId>
  <version>master</version>
  <packaging>aar</packaging>
  <name>virtual-joystick-android</name>
  <description>This library provides a very simple and ready-to-use custom view which emulates a joystick for Android.</description>
  <developers>
    <developer>
      <id>makowildcat</id>
      <name>Damien Brun</name>
      <email>makowildcat@gmail.com</email>
    </developer>
  </developers>
  <scm />
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
