<?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.iancuio.libraries</groupId>
  <artifactId>unifont</artifactId>
  <version>1.02</version>
  <packaging>aar</packaging>
  <name>unifont-library</name>
  <description>A small and simple library for Android which allows you to set the overall font for a view!</description>
  <developers>
    <developer>
      <id>iancuio</id>
      <name>Iancu Vlad</name>
      <email>vlad@iancu.io</email>
    </developer>
  </developers>
  <scm />
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>22.2.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
