<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.tmiyamon</groupId>
  <artifactId>gradle-mdicons</artifactId>
  <version>0.2.1</version>
  <dependencies>
    <dependency>
      <groupId>com.android.tools.build</groupId>
      <artifactId>gradle</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>gradle-mdicons</name>
  <description>Gradle plugin for Android to manage official material design icons.</description>
  <url>https://github.com/tmiyamon/gradle-mdicons</url>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/tmiyamon/gradle-mdicons.git</url>
  </scm>
  <developers>
    <developer>
      <id>tmiyamon</id>
      <name>Takuya Miyamoto</name>
      <email>miyamototakuya@gmail.com</email>
    </developer>
  </developers>
</project>
