<?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.Tom-Ski</groupId>
  <artifactId>spine-runtimes</artifactId>
  <version>3.9-8e40258</version>
  <name>Tom-Ski/spine-runtimes</name>
  <description>2D skeletal animation runtimes for Spine.</description>
  <url>https://github.com/Tom-Ski/spine-runtimes</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>Other</name>
      <url></url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Tom-Ski</id>
      <name>Tomski</name>
      <email>tomwojciechowski@asidik.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/Tom-Ski/spine-runtimes.git</connection>
    <developerConnection>scm:git://github.com/Tom-Ski/spine-runtimes.git</developerConnection>
    <url>git://github.com/Tom-Ski/spine-runtimes.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx</artifactId>
      <version>1.9.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx-backend-lwjgl</artifactId>
      <version>1.9.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx-platform</artifactId>
      <version>1.9.10</version>
      <classifier>natives-desktop</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx-box2d</artifactId>
      <version>1.9.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx-box2d-platform</artifactId>
      <version>1.9.10</version>
      <classifier>natives-desktop</classifier>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
