<?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>me.piruin</groupId>
  <artifactId>spinney</artifactId>
  <version>0.1</version>
  <packaging>aar</packaging>
  <name>Spinney</name>
  <description>Android spinner with Super power!</description>
  <url>https://github.com/piruin/spinney</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>piruin</id>
      <name>Blast Piruin Panichphol</name>
      <email>piruin.p@gmail</email>
      <url>https://piruin.me</url>
    </developer>
    <developer>
      <id>lorensiuswlt</id>
      <name>Lorensius W. L. T</name>
      <email>lorenz@londatiga.net</email>
      <url>http://www.londatiga.net</url>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Kevin Peck</name>
      <email>kevinwpeck@gmail.com</email>
    </contributor>
  </contributors>
  <scm>
    <connection>https://github.com/piruin/spinney.git</connection>
    <developerConnection>https://github.com/piruin/spinney.git</developerConnection>
    <url>https://github.com/piruin/spinney</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>25.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jre7</artifactId>
      <version>1.1.3-2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
